Upgrade to Kotlin 1.8.22
(cherry picked from commit 235a587e427adca893a4cbfd483b2e712a667af8) # Conflicts: # gradle/kotlinx.versions.toml
This commit is contained in:
parent
d8c3952790
commit
5176de0c55
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
compiler = "1.4.7"
|
||||
compiler = "1.4.8"
|
||||
compose-bom = "2023.06.00-alpha01"
|
||||
accompanist = "0.31.4-beta"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
kotlin_version = "1.8.21"
|
||||
kotlin_version = "1.8.22"
|
||||
# TODO: 1.4.1 introduces an issue with cached serializers; see https://github.com/Kotlin/kotlinx.serialization/issues/2065
|
||||
# TODO: 1.5.0 introduces ExceptionInInitializerError crashes
|
||||
serialization_version = "1.4.0"
|
||||
@ -28,4 +28,4 @@ serialization = ["serialization-json", "serialization-json-okio", "serialization
|
||||
|
||||
[plugins]
|
||||
android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin_version" }
|
||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin_version" }
|
||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin_version" }
|
Loading…
x
Reference in New Issue
Block a user