From 707a521336ba35d156602d8a9f8cbc814febb2e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 08:24:12 +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 5ac906084f..972732b650 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ androidx-activity = "1.6.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.2.3" androidx-cardview = "1.0.0" -androidx-compose-compiler = "1.5.3" +androidx-compose-compiler = "1.5.13" # see https://developer.android.com/jetpack/compose/bom/bom-mapping androidx-compose-bom = "2023.01.00" androidx-constraintlayout = "2.1.4" @@ -42,7 +42,7 @@ dependencyGuard = "0.4.3" google-accompanist = "0.18.0" google-dagger = "2.40.5" -google-ksp = "1.9.10-1.0.13" +google-ksp = "1.9.23-1.0.20" google-material = "1.4.0" groovy = "3.0.9" @@ -53,7 +53,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.10" +kotlin = "1.9.24" kotlinx-binary-compatibility = "0.13.2" kotlinx-coroutines = "1.7.3" diff --git a/samples/tutorial/build.gradle b/samples/tutorial/build.gradle index ed0a7ef598..2129b26bf8 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.24' workflow_version = "1.12.1-beta04" deps = [