What exactly is your question? Kotlin/Native can be used from JVM via JNI, also interop component can work to transparently interop with C libraries from Kotlin/JVM. As Kotlin/Native can be compiled to C library, in theory it is possible to combine those two. But not sure if it is a good idea.
m
msink
12/26/2017, 8:07 AM
Question is - why
cinterop -flavor=jvm
is not documented and not announced?
➕ 2
o
olonho
12/26/2017, 9:32 AM
It is not yet considered production-ready, and is considered compiler’s implementation detail
m
msink
12/26/2017, 10:03 AM
Then I do not understand how "interop component can work to transparently interop with C libraries from Kotlin/JVM".