From 2310299365a52ae1786971e2d6601a0197731ec2 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Fri, 6 Oct 2023 17:48:08 +0100 Subject: [PATCH 1/4] Bump to Kotlin 1.9.0 --- gradle/libs.versions.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d48ac86de9..cdd195a7d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,8 +30,8 @@ app-cash-turbine = "1.0.0" benManes = "0.48.0" com-squareup-okhttp3 = "4.11.0" com-squareup-retrofit2 = "2.9.0" -compose = "1.5.3" -compose-compiler = "1.4.8" +compose = "1.6.0-alpha07" +compose-compiler = "1.5.3" composesnapshot = "-" dependencyAnalysis = "1.20.0" dokka = "1.9.0" @@ -41,9 +41,9 @@ gradlePlugin = "8.1.2" gradlePublishPlugin = "0.25.3" io-coil-kt = "2.4.0" junit = "4.13.2" -kotlin = "1.8.22" +kotlin = "1.9.10" kotlinxCoroutine = "1.7.3" -ksp = "1.8.22-1.0.11" +ksp = "1.9.10-1.0.13" ktlint = "0.50.0" metalava = "0.3.3" moshi = "1.15.0" @@ -55,8 +55,6 @@ room = "2.5.2" runtimeTracing = "1.0.0-alpha04" snapshot-android = "1.0.4" spotless = "6.22.0" -tracingPerfetto = "1.0" -tracingPerfettoBinary = "1.0" truth = "1.1.5" versionCatalogUpdate = "0.8.1" wearcompose = "1.3.0-alpha07" From fed4d2d93e00fc8ec86ffe3f88923b0bea1b33e1 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Fri, 6 Oct 2023 17:49:04 +0100 Subject: [PATCH 2/4] Bump to Kotlin 1.9.0 --- .idea/kotlinc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 5892dfeff5..9c5cf782bc 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -4,6 +4,6 @@