mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 10:47:25 +01:00
Upgrade Kotlin 1.8.21 (#9495)
This commit is contained in:
parent
bcd90be525
commit
8df9bce1b4
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
compiler = "1.4.4"
|
||||
compiler = "1.4.7"
|
||||
compose-bom = "2023.04.00-alpha02"
|
||||
accompanist = "0.31.2-alpha"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
kotlin_version = "1.8.10"
|
||||
kotlin_version = "1.8.21"
|
||||
serialization_version = "1.5.0"
|
||||
xml_serialization_version = "0.85.0"
|
||||
|
||||
|
@ -19,6 +19,10 @@ kotlin {
|
||||
dependencies {
|
||||
implementation(project(":core"))
|
||||
api(libs.preferencektx)
|
||||
|
||||
// Workaround for https://youtrack.jetbrains.com/issue/KT-57605
|
||||
implementation(kotlinx.coroutines.android)
|
||||
implementation(project.dependencies.platform(kotlinx.coroutines.bom))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user