Is there any mpp library for file io (create files, directories, etc)?
https://github.com/Kotlin/kotlinx-io seems to be not in active development. Any alternatives?
I don't believe okio.filesystem exists for K/N yet. but K/JS is there in 3.0-alpha.*
ephemient
07/14/2021, 8:15 AM
that information may be outdated⦠I don't think okio had K/N filesystem when I last looked, but at least looking at the codebase it does seem to have something now. give it a shot I guess?