dvdciri / daggraph

Dagger dependency graph generator for Android Developers
MIT License
1.15k stars 58 forks source link

ActivityBuilder Modules are not generated in the graph #37

Closed kazaky closed 6 years ago

kazaky commented 6 years ago

Description

ActivityBuilder Modules are not generated in the graph

Example of ActivityBuilderModule

@Module public abstract class ActivityBuilder { @ContributesAndroidInjector(modules = SplashActivityModule.class) abstract SplashActivity bindSplashActivity(); }

dvdciri commented 6 years ago

Yes correct, that is a missing feature. Will add that in the "what's supported" section. Thanks

dvdciri commented 6 years ago

Closing this as update the README file with the missing feature. Thanks again for reporting it.