Hi, I'm trying to use okio-multiplatform in my kotlin-multiplatform project for I/O. I'm wondering how can I get Source from a file path in commonMain? The examples provided are all getting Source from a jvm File. I mean, all examples provided only runs for jvm environment. So there's any way for us to operate file I/O in commonMain?
versions for okio-multiplatform: 2.5.0