kotlinx-io icon indicating copy to clipboard operation
kotlinx-io copied to clipboard

Move kotlinx.io.files package to a separate module

Open fzhinkin opened this issue 1 year ago • 0 comments

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.

fzhinkin avatar May 08 '24 14:05 fzhinkin