Skip to content

Commit

Permalink
Include information about JPMS support into README
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Nov 18, 2024
1 parent 35285d0 commit 1903195
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ Add the library to dependencies:
</dependency>
```

### JPMS support

On JVM, `kotlinx-io` supports Java Modules:
- `kotlinx-io-bytestring` library provides `kotlinx.io.bytestring` module;
- `kotlinx-io-core` library provides `kotlinx.io.core` module.

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

### Android

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

0 comments on commit 1903195

Please sign in to comment.