Hey guys, I am trying to apply the FileSystem of `...
# squarelibraries
z
Hey guys, I am trying to apply the FileSystem of
okio:3.0.0-alpha.10
into a KMM project to read an image into a ByteString. As the documentation suggested, I should create an instance of
FileSystem
first, but doesn’t exist. Is there a new way to create a
FileSystem
instance now? ------------------------------------------------------------------------------- Ok, I just found a full code sample of FileSystem here. https://github.com/bryansills/OkioBug The instance
FileSystem.SYSTEM
should be created in platform-specific folders like androdMain/iosArm64Main.