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