Is there local file w/r interface or function for kmm, I tried to find such thing in kotlin stdlib but find nothing
c
Casey Brooks
02/18/2024, 2:49 PM
The stdlib includes file APIs on each target, but not a common interface for them. However, Square's Okio has a common filesystem API https://square.github.io/okio/file_system/
🙌 1
✅ 1
j
Jeff Lockhart
02/18/2024, 9:08 PM
In the future, kotlinx-io will be an option. Currently there's limited file support.