Pablichjenkov
12/30/2022, 4:23 AMjvm/android
project to a multiplatform(jvm/android/ios/js)
project, I get the following compile error:
Task :compileKotlinJs FAILED
e: Unresolved reference: javaClass
and
Task :compileKotlinUikitX64 FAILED
e: Unresolved reference: javaClass
Is there any equivalent to javaClass in kotlin native. Or something that return the name of the class. I need it for debuging purposes