Join Slack
Powered by
For everyone having this issue, you need to add @J...
# dagger
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>>)
Open in Slack
Previous
Next