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:
renovate[bot] 2022-12-01 15:19:41 +00:00 committed by GitHub
parent 0e993fca29
commit 54bb4676a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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",
)
}
}

View file

@ -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"