After moving kotlin code belonging to a `jvm/andro...
# compose-desktop
p
After moving kotlin code belonging to a
jvm/android
project to a
multiplatform(jvm/android/ios/js)
project, I get the following compile error:
Copy code
Task :compileKotlinJs FAILED
e: Unresolved reference: javaClass
and
Copy code
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