Skip to content

Commit 1903195

Browse files
committed
Include information about JPMS support into README
1 parent 35285d0 commit 1903195

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ Add the library to dependencies:
7676
</dependency>
7777
```
7878

79+
### JPMS support
80+
81+
On JVM, `kotlinx-io` supports Java Modules:
82+
- `kotlinx-io-bytestring` library provides `kotlinx.io.bytestring` module;
83+
- `kotlinx-io-core` library provides `kotlinx.io.core` module.
84+
85+
Read [this](https://kotlinlang.org/docs/gradle-configure-project.html#configure-with-java-modules-jpms-enabled) article
86+
for details on how to configure a Gradle project to utilize JPMS.
87+
7988
### Android
8089

8190
`kotlinx-io` is not tested on Android on a regular basis,

0 commit comments

Comments
 (0)