Asked this a few days ago but I think this channel...
# test
a
Asked this a few days ago but I think this channel is more appropriate. I have a method in
RetrofitExtensions.kt
as such:
Copy code
inline fun <reified T : Any> Retrofit.create() = create(T::class.java)
I receive this error when tests run with Jacoco:
Copy code
java.lang.NoSuchMethodError: **.RetrofitExtensionsKt.$jacocoInit()[Z
anyone know how to prevent this or work around it? I tried searching online for it but found no answer