Hi everyone! I’m using a library that, as I can see, has a dependency on
grpc-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