Hi, Does JVM platform can use cinterop ?? I got E...
# kotlin-native
v
Hi, Does JVM platform can use cinterop ?? I got Error.
no red 7
s
You will need to use a jni wrapper to call that from the jvm. And no, code on compiled with the native compiler is not automatically callable from the jvm. It needs a jni wrapper as well.