From 8742fb618d4e6345899d78b3e1a5147ad6e8cb00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 14:26:43 +0000 Subject: [PATCH] Update Kotlin, KSP, Compose Compiler and KMP-NativeCoroutines --- 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 09771601..a7683eaa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,8 +37,8 @@ decompose = "2.2.3" # if necessary, download again the native library here # https://github.com/java-native-access/jna jsystem-theme-detector = "3.6" -native-coroutines = "1.0.0-ALPHA-28" -ksp = "1.9.23-1.0.20" +native-coroutines = "1.0.0-ALPHA-29" +ksp = "1.9.24-1.0.20" multiplatform-settings = "1.1.1" crashlytics = "18.6.4" crashlytics-plugin = "3.0.0"