https://kotlinlang.org logo
#dagger
Title
b

bdeg

07/09/2017, 7:03 PM
For everyone having this issue, you need to add @JvmSuppressWildcards, example :
Copy code
@Inject constructor(val jobs: @JvmSuppressWildcards Map<String, Provider<JobTime>>)