Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/globals.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.2.21"
kotlin = "2.3.0"
dokka = "2.1.0"
android-gradle-plugin = "8.10.0"
android-ndk = "25.2.9519653"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git-gradle = "5.2.2" # https://git.sr.ht/~ajoberstar/grgit/refs
git-publish = "4.2.2" # https://git.sr.ht/~ajoberstar/gradle-git-publish/refs
gradle-develocityPlugin = "4.2.2" # https://plugins.gradle.org/plugin/com.gradle.develocity
gradle-publishPlugin = "1.3.0" # https://plugins.gradle.org/plugin/com.gradle.plugin-publish
kotlin = "2.2.0" # https://docs.gradle.org/current/userguide/compatibility.html#kotlin
kotlin = "2.3.0" # https://docs.gradle.org/current/userguide/compatibility.html#kotlin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're correct! Kotlin 2.3.0 is not compatible with Gradle 9.1.0. I've updated Gradle to 9.2.1 which officially supports Kotlin 2.3.x per the compatibility matrix. Fixed in commit 24d9cda.

okhttp = "5.2.1" # https://square.github.io/okhttp/changelogs/changelog/
nmcp="1.2.0" # https://github.com/GradleUp/nmcp/releases

Expand Down