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

Full class name required for the generated module #14

Open
Dimondik opened this issue Jun 17, 2019 · 0 comments
Open

Full class name required for the generated module #14

Dimondik opened this issue Jun 17, 2019 · 0 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@Dimondik
Copy link
Collaborator

In order to use generated module currently we should specify the full class name:
@component(modules = [ModelModule::class, com.epam.inject.viewmodel.ViewModelInjectModule::class])

This approach should be simplified:
@component(modules = [ModelModule::class, ViewModelInjectModule::class])

@Dimondik Dimondik added the invalid This doesn't seem right label Jun 17, 2019
@Dimondik Dimondik self-assigned this Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant