dagger-android-injection icon indicating copy to clipboard operation
dagger-android-injection copied to clipboard

Dagger Android in Multi Modular Project

Open amanjeetsingh150 opened this issue 6 years ago • 1 comments

Hey, How to use dagger android version in multi modular project. Because according to the structure we should have access to Activity module in app component that is in app module. But the app module do not implements the different feature module in which my modules will be written. Thanks, Amanjeet

amanjeetsingh150 avatar Mar 02 '19 16:03 amanjeetsingh150

you can try to use Dagger Component dependency, which means you will have components in each different modules, and use dependency to link them together.

wangchauyan avatar Jul 31 '19 17:07 wangchauyan