kotlinx-io
kotlinx-io copied to clipboard
Move kotlinx.io.files package to a separate module
Currently, both core API and FS-related API live together in a single module (kotlinx-io-core).
These two APIs may have different stability levels and compatibility guarantees, so it makes sense to move all filesystem-related APIs to a separate module.