mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-11 00:41:10 +02:00
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 <me@msfjarvis.dev>
This commit is contained in:
parent
0e993fca29
commit
54bb4676a7
|
|
@ -61,6 +61,8 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
private val ADDITIONAL_COMPILER_ARGS =
|
||||
listOf(
|
||||
"-opt-in=kotlin.RequiresOptIn",
|
||||
"-P",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.7.22",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ composeCompiler = "1.4.0-alpha02"
|
|||
coroutines = "1.6.4"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.44.2"
|
||||
kotlin = "1.7.21"
|
||||
kotlin = "1.7.22"
|
||||
leakcanary = "2.10"
|
||||
lifecycle = "2.6.0-alpha03"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue