From 38160d9b8238bd1e211578fa02e05bdca38949a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:42:38 +0000 Subject: [PATCH] Update kotlin monorepo to v2.0.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 7311d59..fc0bafc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,5 +43,5 @@ androidx-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecy # build-logic build-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.5.2" } -kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "2.0.10" } -compose-compiler-plugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version = "2.0.10" } \ No newline at end of file +kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "2.0.20" } +compose-compiler-plugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version = "2.0.20" } \ No newline at end of file