Hello, @gunslingor. When you are working with Kotlin/Native, you can use C libraries, as it is described on the compiler’s GitHub page. Some basic libraries are provided by default, named as Platform libraries
. Other ones got to be wrapped by cinterop
tool.
I personally recommend you to go through tutorials on the kotlinlang.org, they can help you to become more familiar with the language and it’s usage.