You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: