Kotlin/Native is a technology for compiling Kotlin to native binaries that run without any VM.
I was playing with the kotlin-native samples. I wonder how I could get String from pinned ByteArray. Just want to …