05nelsonm / kmp-file

A very simple File API for Kotlin Multiplatform. It gets the job done.
Apache License 2.0
2 stars 0 forks source link

Implement `FileSystem`??? #23

Closed 05nelsonm closed 9 months ago

05nelsonm commented 9 months ago

Would be jokingly easy to slap an abstraction on top and move function calls to a FileSystem class.

Would be very basic, but once the APIs are stabilized can shunt extended functionality over to another module (to keep file as small as possible).

05nelsonm commented 9 months ago

Nooooope. KISS