<@U3T6LDWTD> if you mean Kotlin for JVM, just use ...
# kotlin-native
o
@benleggiero if you mean Kotlin for JVM, just use normal JNI, see
external
keyword https://kotlinlang.org/docs/reference/java-interop.html#using-jni-with-kotlin if you mean Kotlin compiling to native code, it’s not available yet.