all, I have a ByteArray in kotlin-native represent...
# kotlin-native
j
all, I have a ByteArray in kotlin-native representing file contents I've read. I wish to convert this to a string. myVar.contentToString() doesn't work. should I use something else?