Skip to content

Commit b335f42

Browse files
committed
Update README
1 parent 1e1544e commit b335f42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ which includes the `FileSystem` interface and its default implementation - `Syst
3030

3131
There are two `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`.
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`.
3435

3536
## Using in your projects
3637

@@ -81,6 +82,7 @@ Add the library to dependencies:
8182
On JVM, `kotlinx-io` supports Java Modules:
8283
- `kotlinx-io-bytestring` library provides `kotlinx.io.bytestring` module;
8384
- `kotlinx-io-core` library provides `kotlinx.io.core` module.
85+
- `kotlinx-io-filesystem` library provides `kotlinx.io.filesystem` module.
8486

8587
Read [this](https://kotlinlang.org/docs/gradle-configure-project.html#configure-with-java-modules-jpms-enabled) article
8688
for details on how to configure a Gradle project to utilize JPMS.

0 commit comments

Comments
 (0)