Agustin Bonilla
12/16/2022, 3:43 PMgrpc-kotlin-stub
. As a limitation on my side, I can only add those dependencies on AAR or JAR files.
I have found and added the grpc-kotlin-stub
JAR, but when I run my app I’m having the following error:
“Java.Lang.NoClassDefFoundError: Failed resolution of: Lio/grpc/kotlin/AbstractCoroutineStub”
It looks like haven’t found the class AbstractCoroutineStub
that if I’m right, it should be in the grpc-kotlin-stub
JAR.
Does anyone know why it isn’t finding the class AbstractCoroutineStub
?
Is there a grpc-kotlin-stub
AAR version to try?