Upgrade Kotlin 1.8.21 (#9495)
(cherry picked from commit 8df9bce1b4ab2e38f1e1180093c51d7fe6ce4405) # Conflicts: # gradle/kotlinx.versions.toml
This commit is contained in:
@@ -24,6 +24,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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user