JessYanCoding / MVPArms

⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Apache License 2.0
10.29k stars 2.39k forks source link

dagger2更新问题 #336

Closed NerdAnonymous closed 5 years ago

NerdAnonymous commented 5 years ago

dagger2出了dagger android了,框架是否考虑更新一波,减少接口...

JessYanCoding commented 5 years ago

daggerAndroid 需要自己在应用层自己对 AppComponent 做处理,框架层做不了这个处理,因为 daggerAndroid 使用 SubComponent 的方式,会和业务层的 Component 耦合,这个只有业务层自己做,框架层根本不知道你有哪些业务 Component

NerdAnonymous commented 5 years ago

哦 回头研究下