From d07e19a583a4844d1aee3623c6404c53ec3cde0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:39:43 +0000 Subject: [PATCH] Update Kotlin and compiler plugins --- gradle/libs.versions.toml | 6 +++--- samples/tutorial/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 280fec04a..fa382d5a4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ androidx-activity = "1.8.2" androidx-appcompat = "1.7.0" androidx-benchmark = "1.3.3" androidx-cardview = "1.0.0" -androidx-compose-compiler = "1.5.14" +androidx-compose-compiler = "1.5.15" # see https://developer.android.com/jetpack/compose/bom/bom-mapping androidx-compose-bom = "2024.09.02" androidx-constraintlayout = "2.1.4" @@ -43,7 +43,7 @@ dependencyGuard = "0.5.0" google-accompanist = "0.18.0" google-dagger = "2.40.5" -google-ksp = "1.9.24-1.0.20" +google-ksp = "1.9.25-1.0.20" google-material = "1.4.0" groovy = "3.0.9" @@ -54,7 +54,7 @@ kgx = "0.1.12" kotest = "5.1.0" # Keep this in sync with what is hard-coded in build-logic/settings.gradle.kts as that is upstream # of loading the library versions from this file but should be the same. -kotlin = "1.9.24" +kotlin = "1.9.25" kotlinx-binary-compatibility = "0.13.2" kotlinx-coroutines = "1.7.3" diff --git a/samples/tutorial/build.gradle b/samples/tutorial/build.gradle index 21157ad41..74e70df73 100644 --- a/samples/tutorial/build.gradle +++ b/samples/tutorial/build.gradle @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlin_version = '1.8.10' + kotlin_version = '1.9.25' workflow_version = "1.12.1-beta04" deps = [