👩💻 Join our community of thousands of amazing developers!
I’ve been working on a file system API for Kotlin Multiplatform. It’s simple & fast and I’m excited about it.We’ve got these:FileSystem.SYSTEM: the local file system.FakeFileSystem: our in-memory implementation. Use checkNoOpenFiles() to be confident that your code doesn’t leak!ForwardingFileSystem: like...