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

Clarification: "Extended modules" #54

Closed
tir38 opened this issue Sep 5, 2018 · 1 comment
Closed

Clarification: "Extended modules" #54

tir38 opened this issue Sep 5, 2018 · 1 comment
Labels

Comments

@tir38
Copy link

tir38 commented Sep 5, 2018

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 {
@dvdciri
Copy link
Owner

dvdciri commented Sep 28, 2018

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

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

No branches or pull requests

2 participants