Is there a multiplatform file api? I remember hear...
# multiplatform
s
Is there a multiplatform file api? I remember hearing okio or something was working on this, but I can’t find any reference to it anymore.
g
Yep, Okio is working on this, see changelog for alpha versions pf 3.0 https://github.com/square/okio/blob/master/CHANGELOG.md#change-log
l
Okio v3 seems to be working well so far, but I keep seeing an error on the FileSystem.SYSTEM variable. It says it's not defined, but when I build the code, it seems to work. Just an annoying 'error' that always shows up in the file.
1