Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 54bb467

Browse files
fix(deps): update kotlin to v1.7.22 (#2278)
* fix(deps): update kotlin to v1.7.22 * fix(gradle): allow Kotlin 1.7.22 for Compose Compiler (cherry picked from commit 6c218c20bfd21e0a9ad75e3dfc98525d4ac40a7f) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <[email protected]>
1 parent 0e993fc commit 54bb467

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class KotlinCommonPlugin : Plugin<Project> {
6161
private val ADDITIONAL_COMPILER_ARGS =
6262
listOf(
6363
"-opt-in=kotlin.RequiresOptIn",
64+
"-P",
65+
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.7.22",
6466
)
6567
}
6668
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ composeCompiler = "1.4.0-alpha02"
77
coroutines = "1.6.4"
88
flowbinding = "1.2.0"
99
hilt = "2.44.2"
10-
kotlin = "1.7.21"
10+
kotlin = "1.7.22"
1111
leakcanary = "2.10"
1212
lifecycle = "2.6.0-alpha03"
1313

0 commit comments

Comments
 (0)