Hi There, one of our KMM project, we are publishing the feature to maven and trying to use in native android, I started seeing this weird error of
Could not find org.jetbrains.skiko:skik0:0.8.15.
even though my KMM project uses skiko dep, still seeing this error.
Suresh Maidaragi
12/13/2024, 4:43 AM
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.jetbrains.skia.Point" on path: DexPathList[[zip file "/data/app/~~w5O9iHKtOYBXKDjhxcdK6g==/xyz.penpencil.physicswala-7rSgxR3qf-IRIqYZ4Ow-Mw==/base.apk", zip file
y
yschimke
12/13/2024, 6:08 AM
Why a 0? skik0
s
Suresh Maidaragi
12/13/2024, 1:00 PM
thanks for pointing it. but started seeing new issue
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.jetbrains.skia.Point" on path: DexPathList[[zip file "/data/app/~~w5O9iHKtOYBXKDjhxcdK6g==/xyz.penpencil.physicswala-7rSgxR3qf-IRIqYZ4Ow-Mw==/base.apk", zip file
Suresh Maidaragi
12/13/2024, 1:01 PM
when I run the app in android app wherever org.jetbrain.skia.point is used
Suresh Maidaragi
12/19/2024, 6:09 AM
I am able to resolve the error, it was due to my native project level build.gradle not having this following