What does `FileSystem` being `experimental` mean i...
# io
u
What does
FileSystem
being
experimental
mean in practise say for ios build? Is it runtime safe for prod? or is it more of api stability issue
f
It’s about API stability.
u
can I ask, does it depend on
okio
internally? or is it just inspired
f
The library is not only inspired by
Okio
, but it also inherited good portion of `Okio`'s code (kudos to folks for making such a great library!). There are no dependency on
Okio
(except a module that allows to convert Okio types into kotlinx-io types and vice versa).