How do I find proper documentation for kotlinx-io?...
# multiplatform
d
How do I find proper documentation for kotlinx-io? How do I convert a RawSource into a Source after creating it? How do I create Sources in general? I know I there are functions for those things in the platform specific targets, but I want to know how I can do it in a common source set, example commonTest Is there some resources that actually show how to use kotlinx-io?
t
Here is API reference
d
Sorry, I wasn't talking about the reference, I was talking about a more high level documentation.
f
The high-level overview is missing indeed. I open the issue for that: https://github.com/Kotlin/kotlinx-io/issues/431
👍 1