Skip to content

Commit bf8393b

Browse files
committed
Update README
1 parent 8cb6250 commit bf8393b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ which includes the `FileSystem` interface and its default implementation - `Syst
3030

3131
There are several `kotlinx-io` modules:
3232
- [kotlinx-io-bytestring](./bytestring) - provides `ByteString`.
33-
- [kotlinx-io-core](./core) - provides IO primitives (`Buffer`, `Source`, `Sink`), filesystems support, depends on `kotlinx-io-bytestring`.
34-
- [kotlinx-io-okio](./integration/okio) - bridges `kotlinx-io` and `Okio` `ByteString`, `kotlinx.io.RawSource` and `okio.Source`, `kotlinx.io.RawSink` and `okio.Sink`.
33+
- [kotlinx-io-core](./core) - provides IO primitives (`Buffer`, `Source`, `Sink`), depends on `kotlinx-io-bytestring`.
34+
- [kotlinx-io-filesystem](./filesystem) - provides basic filesystem support, depends on `kotlinx-io-core`.
35+
- [kotlinx-io-okio](./integration/okio) - bridges `kotlinx-io` and `Okio` `ByteString`, `kotlinx.io.RawSource` and `okio.Source`, `kotlinx.io.RawSink` and `okio.Sink`.
3536

3637
## Using in your projects
3738

@@ -82,6 +83,7 @@ Add the library to dependencies:
8283
On JVM, `kotlinx-io` supports Java Modules:
8384
- `kotlinx-io-bytestring` library provides `kotlinx.io.bytestring` module;
8485
- `kotlinx-io-core` library provides `kotlinx.io.core` module.
86+
- `kotlinx-io-filesystem` library provides `kotlinx.io.filesystem` module.
8587
- `kotlinx-io-okio` library provides `kotlinx.io.okio` module.
8688

8789
Read [this](https://kotlinlang.org/docs/gradle-configure-project.html#configure-with-java-modules-jpms-enabled) article

0 commit comments

Comments
 (0)