There is koltinx-io for A multiplatform Kotlin library providing basic IO primitives. kotlinx-io is based on Okio but does not preserve backward compatibility with it. Alpha stages as for now.
There is also Okio that would be useful too.
kotlinx-serialization supports the both IO multi-platform libraries. Also, I feel like the both IO multi-platform libraries will simplified many things for Base64 and use Source for the body in HTTPResponse.
There is koltinx-io for A multiplatform Kotlin library providing basic IO primitives. kotlinx-io is based on Okio but does not preserve backward compatibility with it. Alpha stages as for now.
There is also Okio that would be useful too.
kotlinx-serialization supports the both IO multi-platform libraries. Also, I feel like the both IO multi-platform libraries will simplified many things for Base64 and use Source for the body in HTTPResponse.
What you all think about this?