https://kotlinlang.org logo
m

Marko Mitic

08/05/2019, 9:03 AM
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

wuseal

08/05/2019, 11:23 AM
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

Dominaezzz

08/05/2019, 11:32 AM
Does this include the file manipulation stuff or just the basic interfaces?
m

Marko Mitic

08/05/2019, 11:36 AM
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

Dominaezzz

08/05/2019, 11:51 AM
😂
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