Open nickcapurso opened 6 years ago
Seeing the following exception:
kotlin.TypeCastException: null cannot be cast to non-null type kotlin.reflect.KClass<*>
for:
data class Params(val provideBaseUrl: suspend () -> String)
Koverage.cover<Params>() // exception thrown here
@nickcapurso is this the same issue?
If the generated code for coroutines require any extra Koverage.