diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-22 07:12:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 07:12:27 +0000 |
commit | 8bae8dfe257eefa555edf8753850f070de3dafac (patch) | |
tree | 8bf8363631e0b44ed18ff4f910c58fa00dbcc579 /gradle/libs.versions.toml | |
parent | dd4a7023cd3f3e260319610eb0b73d0eb084a8ec (diff) |
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 <me@msfjarvis.dev>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 5 |
1 files changed, 2 insertions, 3 deletions
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" } |