From b76e0e9be51a487d1016a363b52f1fd9f4231b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 09:07:00 +0000 Subject: [PATCH] Update Kotlin, KSP, Compose Compiler and KMP-NativeCoroutines --- 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 518539ca..f327ecc0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ rss-parser = "6.0.7" accompanist = "0.34.0" jsoup = "1.17.2" triplet-play = "3.9.1" -compose-multiplatform = "1.6.10-rc01" +compose-multiplatform = "1.6.10-rc02" compose-compiler = "1.5.13" decompose = "2.2.3" # When updating, check the version of jna in the following link: @@ -39,8 +39,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-30" +ksp = "1.9.24-1.0.20" multiplatform-settings = "1.1.1" crashlytics = "18.6.4" crashlytics-plugin = "3.0.0"