From 8bae8dfe257eefa555edf8753850f070de3dafac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:12:27 +0000 Subject: fix(deps): update kotlin and compose to v2 (major) (#3064) * fix(deps): update kotlin and compose to v2 * fix(build): switch to Kotlin Compose Compiler --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya --- gradle/libs.versions.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gradle') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f191fe8f..28654e3f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,12 +2,10 @@ agp = "8.4.1" androidxActivity = "1.9.0" bouncycastle = "1.78.1" -# @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.5.14-dev-k1.9.24-50022def4af" coroutines = "1.8.1" flowbinding = "1.2.0" hilt = "2.51.1" -kotlin = "1.9.24" +kotlin = "2.0.0" kotlinResult = "2.0.0" lifecycle = "2.8.0" moshi = "1.15.1" @@ -109,3 +107,4 @@ testDependencies = [ [plugins] hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } +kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } -- cgit v1.2.3