Is it possible to access kotlin-native code from j...
# kotlin-native
s
Is it possible to access kotlin-native code from java using jni?
o
Yes, as any other native compiled code. However, to make this access easier, one may try to interop with a library produced by
-produce dynamic
using Kotlin/JVM C interop. No transparent object passing between N and J Kotlins, although.