agrosner
01/20/2018, 11:53 PMRetrofitExtensions.kt
as such:
inline fun <reified T : Any> Retrofit.create() = create(T::class.java)
I receive this error when tests run with Jacoco:
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