xxfast
04/27/2021, 1:52 AMmbonnin
04/27/2021, 8:45 AMcom.squareup.okio:okio-multiplatform:2.10.0
to your gradle script and the rest works pretty much like regular okio.mbonnin
04/27/2021, 8:46 AMxxfast
04/27/2021, 8:49 AM<http://java.io|java.io>.File
, (such as file.source().buffer()
) which i think is not available in multiplatform land 🤔 is that right?mbonnin
04/27/2021, 8:54 AMFile
is not multiplatform, there's some new stuff to do that kind of things in recent (maybe unreleased) versionmbonnin
04/27/2021, 8:55 AMmbonnin
04/27/2021, 8:56 AM3.0.0-alpha4
which is the latest alpha as of todayxxfast
04/27/2021, 8:56 AMFileHandle
xxfast
04/27/2021, 8:57 AM