From 21daad7757293bbac52d85f6e504ed96c9ebec94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:28:15 +0000 Subject: [PATCH] Update kotlin monorepo to v2.2.20 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1c1fa7d..8ab03ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,5 +44,5 @@ androidx-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecy # build-logic build-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.13.0" } -kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "2.2.10" } -compose-compiler-plugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version = "2.2.10" } \ No newline at end of file +kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "2.2.20" } +compose-compiler-plugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version = "2.2.20" } \ No newline at end of file