I'm running into a issue where Dagger multibinding...
# dagger
s
I'm running into a issue where Dagger multibinding into a map fails compilation when i use Class as a key but works fine with String as a key for the map. With Class key, Dagger claims "cannot be provided without an @Provides-annotated method". Any pointers?
turned out to be Wildcards
b
Yeah, I was just going to suggest
@JvmSuppressWildcards