there is no documented interop between K/N and K/J...
# kotlin-native
o
there is no documented interop between K/N and K/JVM other than standard JVM tools, like JNI
😢 2
d
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.
👍 1
o
d
Missed that one. Nice, looks good :)