any suggestions for something similar to java's `B...
# kotlin-native
w
any suggestions for something similar to java's 
ByteBuffer
 that is kotlin native friendly? I found there is something similar inside 
kotlinx.serialization
 so I might just copy that file in https://github.com/Kotlin/kotlinx.serialization/blob/v0.9.1/runtime/native/src/main/kotlin/kotlinx/io/Buffers.kt
p
You can use okio
🙏 1