there is no documented interop between K/N and K/JVM other than standard JVM tools, like JNI
😢 2
d
Deactivated User
10/30/2018, 10:58 PM
Created a sample of a JNI shared library written in Kotlin Native: https://github.com/soywiz/kotlin-native-jni-sample
It is not documented, but at least can serve as a sample. Using JNA should be easier as long as it is exported as C.