From ca623825fdf0b8dff4c5cd027841953dce1e0ceb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 08:28:04 +0100 Subject: [PATCH] Update kotlin (#6142) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update kotlin to `v2.3.10` * Don't use the `-0.6.x-compat` version for datetime * Update kotlinc file contents * Try to make Renovate ignore the non-semver versions for `kotlinx-datetime` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín --- .github/renovate.json | 3 ++- .idea/kotlinc.xml | 4 ++-- gradle/libs.versions.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 00447475c9..0769cb8966 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,7 +22,8 @@ { "versioning": "semver", "matchPackageNames": [ - "/^org.maplibre/" + "/^org.maplibre/", + "/^org.jetbrains.kotlinx:kotlinx-datetime/" ] } ] diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index dbbf81b44b..5be13229a7 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - - + \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 593d7af89c..903fd62ce0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ # Project android_gradle_plugin = "8.13.2" # When updateing this, please also update the version in the file ./idea/kotlinc.xml -kotlin = "2.3.0" +kotlin = "2.3.10" kotlinpoet = "2.2.0" ksp = "2.3.5" firebaseAppDistribution = "5.2.0"