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

Support for @Inject with generic types #111

Closed
quiro91 opened this issue Sep 9, 2020 · 0 comments · Fixed by #112
Closed

Support for @Inject with generic types #111

quiro91 opened this issue Sep 9, 2020 · 0 comments · Fixed by #112
Labels
bug Something isn't working dagger factory Happens when generateDaggerFactories is set to true

Comments

@quiro91
Copy link
Contributor

quiro91 commented Sep 9, 2020

Currently processing:

class InjectClass<T> @Inject constructor(val provider: Provider<T>)

is valid in Dagger but throws an error in Anvil

@vRallev vRallev added bug Something isn't working dagger factory Happens when generateDaggerFactories is set to true labels Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dagger factory Happens when generateDaggerFactories is set to true
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants