Hi
I imported Lightning browser as a module to a main app project , then I changed it to be a library module and call it from main app project , everything goes ok until I try to use any classes of Lightning browser in main app project , for example if I try to define an object like this BrowserActivity ba; then it gives the error "error: cannot find symbol class BrowserActivity" . Also I should say that I wrote import BrowserActivity class on top of the main code.
Is it because of that Lightning browser uses dagger or something like that ?
Please help me , how can I solve it that Lightning Browser classes become visible in my main project ?
Hi I imported Lightning browser as a module to a main app project , then I changed it to be a library module and call it from main app project , everything goes ok until I try to use any classes of Lightning browser in main app project , for example if I try to define an object like this BrowserActivity ba; then it gives the error "error: cannot find symbol class BrowserActivity" . Also I should say that I wrote import BrowserActivity class on top of the main code. Is it because of that Lightning browser uses dagger or something like that ? Please help me , how can I solve it that Lightning Browser classes become visible in my main project ?
this is my main app gradle :
Thanks.