I’m seeing `Unresolved reference: okio` `Unresolv...
# squarelibraries
l
I’m seeing
Unresolved reference: okio
Unresolved reference: FileSystem
in a project using okio. The file it points to consists only of the following
Copy code
import okio.FileSystem

actual val fs: FileSystem = FileSystem.SYSTEM
This works fine for linuxX64, but fails for macosArm64. Is macosArm64 not supported by okio 3.0.0?