although these examples are nice, there is no set tutorial to learn how to use native in a more robust way for relative beginners. i’ve been using java/kotlin since i started, so understanding some of the c/c++-related things is pretty confusing
t
tunedal
09/11/2018, 6:56 PM
The most useful documentation is in the markdown files in the source repository. Particularly this one: https://github.com/JetBrains/kotlin-native/blob/master/INTEROP.md
You will also want to look at the generated bindings, which you can extract with the klib tool – see