For everyone having this issue, you need to add @JvmSuppressWildcards, example : ```@Inject construc...
b
For everyone having this issue, you need to add @JvmSuppressWildcards, example :
Copy code
@Inject constructor(val jobs: @JvmSuppressWildcards Map<String, Provider<JobTime>>)