Can I get some pointers about usage of `cinterop -...
# kotlin-native
j
Can I get some pointers about usage of
cinterop -flavor=jvm
? I'm interested in interop between K/N and Kotlin jvm without JNI
3
s
cinterop -flavor=jvm
is completely unrelated to interop between K/N and Kotlin jvm without JNI.
j
I could've worded my question better, basically I stumbled upon this question: https://discuss.kotlinlang.org/t/interoperability-between-kotlin-native-and-kotlin-jvm/5943 But topic starter couldn't figure out whole process, and I couldn't find other clarifications anywhere else. So, in that context is my question correct, and if so, any pointers would be much appreciated.
s
This feature is not officially supported or documented. If you are looking for pointers on how to start using it, then you can find good example here: https://github.com/msink/kotlin-libui If you have a specific problem, then you can ask your specific questions in this channel.