Is there local file w/r interface or function for ...
# multiplatform
l
Is there local file w/r interface or function for kmm, I tried to find such thing in kotlin stdlib but find nothing
c
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
In the future, kotlinx-io will be an option. Currently there's limited file support.