I see in the Okio docs that
file system is available for all platforms, but I couldn’t see how to load a file from a directory in commonMain (I’m targeting JS, JVM, Native). Have I missed something in the docs? Is it possible to use
FileSystem.SYSTEM.read(path)
in commonMain?