Latest version of `okio` added mutliplatform suppo...
# multiplatform
m
Latest version of
okio
added mutliplatform support, if someone is interested in changes - https://github.com/square/okio/compare/2.2.2...parent-2.3.0
👍 3
w
https://square.github.io/okio/changelog/ I have saw that it is still an unstable preview release, I don’t know whether it could be used in production.
d
Does this include the file manipulation stuff or just the basic interfaces?
m
I still didn't get the time to explore the changes myself
By quick look, seems like they moved most classes to
commonMain
, making them available on JS/Native. I don't see File access on JS/Native
d
😂
It's understandable, supporting file io on actual new platforms will take some work, this is a good first step making library abstractions available everywhere