Skip to content

Commit

Permalink
Update min version of Kotlin in README and doc (#5750)
Browse files Browse the repository at this point in the history
* Update min version of Kotlin in README and doc, also update the CHANGELOG with 3.x releases

* Revert touching CHANGELOG.md
  • Loading branch information
BoD committed Mar 21, 2024
1 parent 03a4463 commit 61da6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ Some platforms have specific requirements:
For building, it requires:

* Gradle 5.6
* Kotlin 1.5+ (1.7+ for native)
* Kotlin 1.8+ for JVM projects
* Kotlin 1.9+ for native projects

## Contributing

Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ Some platforms have specific requirements:
For building, it requires:

* Gradle 5.6
* Kotlin 1.5+ (1.7+ for native)
* Kotlin 1.8+ for JVM projects
* Kotlin 1.9+ for native projects

## Proguard / R8 configuration

Expand Down

0 comments on commit 61da6ab

Please sign in to comment.