Skip to content

Commit

Permalink
JS requires compiling with Kotlin 2 (#5812)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 15, 2024
1 parent a5f3d9e commit 22f01d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ At build time, it requires:
* Gradle 8.0+
* Kotlin 1.8+ for JVM projects
* Kotlin 1.9+ for native projects
* Kotlin 2.0+ for JS projects

## Proguard / R8 configuration

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ At build time, it requires:
* Gradle 8.0+
* Kotlin 1.8+ for JVM projects
* Kotlin 1.9+ for native projects
* Kotlin 2.0+ for JS projects

## Proguard / R8 configuration

Expand Down

0 comments on commit 22f01d1

Please sign in to comment.