From cbd2ab55c7edddeb78f6c2bc4d39c7258919e1ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:40:19 +0000 Subject: [PATCH] Update kotlin --- build.gradle | 2 +- gradle/libs.versions.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4322e1a..2456952 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'org.jetbrains.kotlin.android' version '2.0.20' apply false + id 'org.jetbrains.kotlin.android' version '2.0.21' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fbdd4f1..ba0429e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] androidGradlePlugin = "8.6.0" -kotlin = "2.0.20" -ksp = "2.0.20-1.0.25" +kotlin = "2.0.21" +ksp = "2.0.21-1.0.25" androidxActivity = "1.9.2" androidxAnnotation = "1.8.2" androidxAppCompat = "1.7.0" @@ -34,9 +34,9 @@ firebaseBom = "33.2.0" hilt = "2.52" hiltExt = "1.2.0" junit4 = "4.13.2" -kotlinxCoroutines = "1.9.0-RC.2" +kotlinxCoroutines = "1.9.0" kotlinxDatetime = "0.6.1" -kotlinxSerializationJson = "1.7.2" +kotlinxSerializationJson = "1.7.3" kotlinCompose = "1.6.11" lint = "31.6.0" memfault-cloud = "2.0.5"