Hi,
how to use Okio in kotlin multiplatform? I want to use openZip function, but I couldn't find in documentation how to properly get FileSystem. Most of examples use FileSystem.System but it won't work. I get "Unresolved reference: SYSTEM" I am able to get only FileSystem.SYSTEM_TEMPORARY_DIRECTORY.
Hi,
how to use Okio in kotlin multiplatform? I want to use openZip function, but I couldn't find in documentation how to properly get FileSystem. Most of examples use FileSystem.System but it won't work. I get "Unresolved reference: SYSTEM" I am able to get only FileSystem.SYSTEM_TEMPORARY_DIRECTORY.