We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35285d0 commit 1903195Copy full SHA for 1903195
README.md
@@ -76,6 +76,15 @@ Add the library to dependencies:
76
</dependency>
77
```
78
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
88
### Android
89
90
`kotlinx-io` is not tested on Android on a regular basis,
0 commit comments