How do you handle dagger components in gradle modules?
I can use a sub-component and everything is fine -
however often I don't want to expose the dependencies of my library gradle modules. How do you do that?
r
rkeazor
11/15/2018, 8:05 PM
If you don’t want your main modules knowing anything about your other modules, than you would have to turn your subComponents, into Components and than you can add the AppComponent as a dependency of your module component