i wish there was more documentation on kotlin nati...
# kotlin-native
h
i wish there was more documentation on kotlin native. apart from a simple hello world, im not sure what i can do. ;/
o
h
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
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
LIBRARIES.md
.
o
take a look at Native section in https://kotlinlang.org/docs/tutorials/
h
@tunedal thank you, that will be very helpful.
@olonho thank you. i will take a look! 🙂