How do you handle dagger components in gradle modu...
# android
p
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
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