From a87d5057fa30ca545a4acae8fcaf8ba546ad168b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:44:01 +0000 Subject: [PATCH] fix(deps): update kotlin --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 49af832..42ffb9b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,9 +6,9 @@ sdk-min = "21" jvmTarget = "17" agp = "8.7.3" kotlin = "2.1.0" -kotlinx-coroutines = "1.9.0" +kotlinx-coroutines = "1.10.0" compose = "1.7.6" -compose-multiplatform = "1.7.1" +compose-multiplatform = "1.7.3" androidx-activity = "1.9.3" androidx-lifecycle = "2.8.7" androidx-core = "1.15.0" @@ -16,7 +16,7 @@ androidx-fragment = "1.8.5" androidx-startup = "1.2.0" androidx-activityCompose = "1.9.3" kermit = "2.0.5" -binaryCompatibility = "0.16.3" +binaryCompatibility = "0.17.0" dokka = "1.9.20" publish = "0.30.0" poko = "0.18.1"