Tower Guidev2
06/13/2023, 8:22 AMTower Guidev2
06/13/2023, 8:24 AMjava.lang.IllegalArgumentException: Unable to create call adapter for retrofit2.Call<wh3>
for method MyApplicationServiceApi.siteUserLogin
at retrofit2.Utils.methodError(SourceFile:5)
at retrofit2.HttpServiceMethod.createCallAdapter(Unknown Source:12)
at retrofit2.HttpServiceMethod.parseAnnotations(Unknown Source:67)
at retrofit2.ServiceMethod.parseAnnotations(Unknown Source:18)
at retrofit2.Retrofit.loadServiceMethod(Unknown Source:24)
at retrofit2.Retrofit$1.invoke(Unknown Source:37)
at java.lang.reflect.Proxy.invoke(Proxy.java:1006)
at $Proxy2.siteUserLogin(Unknown Source)
at m03.siteUserLogin(Unknown Source:2)
at k03$k.invokeSuspend(Unknown Source:47)
at kl.resumeWith(Unknown Source:11)
at mk0.run(Unknown Source:123)
at f42$a.run(Unknown Source:3)
at fb4.run(Unknown Source:2)
at oa0.J(Unknown Source:0)
at oa0$c.d(Unknown Source:14)
at oa0$c.p(Unknown Source:28)
at oa0$c.run(Unknown Source:0)
Suppressed: mj0: [androidx.compose.ui.platform.s@839caba, ro@23c2d6b, z24{Cancelling}@53820c8, n@5931561]
Caused by: java.lang.IllegalArgumentException: Return type must be parameterized as Call<wh3><ErrorBody, ResponseBody> or Call<wh3><out ErrorBody, out ResponseBody>
at ep0.a(Unknown Source:194)
at ep0.get(Unknown Source:33)
at retrofit2.Retrofit.nextCallAdapter(Unknown Source:35)
at retrofit2.Retrofit.callAdapter(Unknown Source:1)
at retrofit2.HttpServiceMethod.createCallAdapter(Unknown Source:0)
... 16 more
Tower Guidev2
06/13/2023, 8:25 AMTower Guidev2
06/13/2023, 8:26 AMsimon.vergauwen
06/13/2023, 9:31 AMStylianos Gakis
06/13/2023, 9:33 AMTower Guidev2
06/13/2023, 10:05 AM-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
-keep,allowobfuscation,allowshrinking class arrow.core.**
-keep,allowobfuscation,allowshrinking class arrow.retrofit.**
Tower Guidev2
06/13/2023, 10:06 AMStylianos Gakis
06/13/2023, 10:21 AMTower Guidev2
06/13/2023, 12:12 PM-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
-keep,allowobfuscation,allowshrinking class arrow.retrofit.**