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
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.
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