dvdciri / daggraph

Dagger dependency graph generator for Android Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clarification: "Extended modules"

tir38 opened this issue · comments

In the readme you say this doesn't support "extended modules". Does that mean that anything in SomeOtherModule will not be included in graph?

@Module(includes = {
        SomeOtherModule.class
})
public class MainModule {

Correct, it doesn't support including new modules, probably need to rename that =)