google / dagger

A fast dependency injector for Android and Java.
https://dagger.dev
Apache License 2.0
17.43k stars 2.01k forks source link

is dagger2 support android componentized architecture ? #1426

Closed ShaunWilson closed 5 years ago

ShaunWilson commented 5 years ago

Sir , our project is componentized architecture , A lot of moudules are generated by binary and then uploaded to maven for reference. There are many activities in each moudule. I tried, Process can only scan the main moudle. Is there any good way to support the Android componentized architecture?

                                                                                                                                            Best Wishes
ronshapiro commented 5 years ago

This appears to be a question - please use StackOverflow instead, as that is a better forum for questions.

ShaunWilson commented 5 years ago

okey,thanks!