We are trying out using okio library to move to Kotlin Multiplatform. Most of the interest in KMP is for mobile development like KMP Compose, and most examples are for UI programming. Still rather immature for building native code libraries.
Also trying com.fleeksoft.charset for a port of Java Charsets.
Eventually we may be able to move to kotlinx.io, currently in alpha:
"A multiplatform Kotlin library providing basic IO primitives. kotlinx-io is based on Okio but does not preserve backward compatibility with it."
We are trying out using okio library to move to Kotlin Multiplatform. Most of the interest in KMP is for mobile development like KMP Compose, and most examples are for UI programming. Still rather immature for building native code libraries.
Also trying com.fleeksoft.charset for a port of Java Charsets.
Eventually we may be able to move to kotlinx.io, currently in alpha: