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 constructor injection for classes with bounded type parameters is unsupported #126

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

Comments

@quiro91
Copy link
Contributor

quiro91 commented Sep 23, 2020

Looks like:

class InjectClass<T: CharSequence> @Inject constructor(val element: T)

is not currently supported by Anvil

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