Can I create File IO in kotlin mutilplatform ?
# multiplatform
t
Can I create File IO in kotlin mutilplatform ?
m
Have a look at: https://github.com/Kotlin/kotlinx-io or https://github.com/square/okio if the first one is not sufficient for you.
❤️ 1