Top "Kotlin-native" questions

Kotlin/Native is a technology for compiling Kotlin to native binaries that run without any VM.

Kotlin Native how to convert ByteArray to String?

I was playing with the kotlin-native samples. I wonder how I could get String from pinned ByteArray. Just want to …

kotlin kotlin-interop kotlin-native