Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dagger Android in Multi Modular Project #17

Open
amanjeetsingh150 opened this issue Mar 2, 2019 · 1 comment
Open

Dagger Android in Multi Modular Project #17

amanjeetsingh150 opened this issue Mar 2, 2019 · 1 comment

Comments

@amanjeetsingh150
Copy link

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

@wangchauyan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants