From e7075247ebf3eea60c4b5bb50d448a2cabf0cf1d Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Fri, 21 Jul 2023 13:55:46 +0200 Subject: [PATCH 1/2] chore(deps): upgrade kotlin to 1.9.0 Required: - compose-compiler from 1.4.7 to 1.5.0 --- buildSrc/build.gradle.kts | 2 +- gradle/libs.versions.toml | 5 ++--- kalium | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 1a08e63a0ff..53831dab5a6 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -19,7 +19,7 @@ */ private object Dependencies { - const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21" + const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0" const val detektGradlePlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0" const val junit = "junit:junit:4.13" const val kluent = "org.amshove.kluent:kluent:1.73" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f8a2334e086..1f0e14fd96a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,10 @@ gradle = "7.6.1" # Kotlin -kotlin = "1.8.21" +kotlin = "1.9.0" # KotlinX coroutines = "1.7.1" -ktx = "1.8.0" ktx-dateTime = "0.4.0" ktx-immutableCollections = "0.3.5" ktx-serialization = "1.3.2" @@ -38,7 +37,7 @@ androidx-browser = "1.3.0" compose = "1.5.0-beta03" compose-material = "1.4.3" compose-activity = "1.6.1" -compose-compiler = "1.4.7" +compose-compiler = "1.5.0" compose-constraint = "1.0.1" compose-material3 = "1.1.0" compose-navigation = "2.6.0" diff --git a/kalium b/kalium index d6fae6207ba..1568c59f300 160000 --- a/kalium +++ b/kalium @@ -1 +1 @@ -Subproject commit d6fae6207ba4da0ef4337f16d18121e39419ab85 +Subproject commit 1568c59f30034b6e4fc833cc85540dc23468adee From 6c462a9b6eb490df03b609cda9b61e44bd229103 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Fri, 21 Jul 2023 14:29:35 +0200 Subject: [PATCH 2/2] chore: update kalium reference --- kalium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalium b/kalium index 1568c59f300..d3c3fc45f0f 160000 --- a/kalium +++ b/kalium @@ -1 +1 @@ -Subproject commit 1568c59f30034b6e4fc833cc85540dc23468adee +Subproject commit d3c3fc45f0fa324fec49209cc1a0b301af089004