You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
java.lang.UnsupportedOperationException: Uninjectable type ? extends com.sample.app.di.MyInterface
E/AndroidRuntime( 6701): at dagger.internal.Keys.typeToString(Keys.java:169)
E/AndroidRuntime( 6701): at dagger.internal.Keys.typeToString(Keys.java:161)
E/AndroidRuntime( 6701): at dagger.internal.Keys.get(Keys.java:79)
E/AndroidRuntime( 6701): at dagger.internal.Keys.get(Keys.java:111)
We should handle wildcard types!
The text was updated successfully, but these errors were encountered:
Given this input:
Dagger fails like this:
We should handle wildcard types!
The text was updated successfully, but these errors were encountered: