Upgrade Kotlin 1.8.21 (#9495)

This commit is contained in:
Ivan Iskandar
2023-05-13 23:05:19 +07:00
committed by GitHub
parent bcd90be525
commit 8df9bce1b4
3 changed files with 6 additions and 2 deletions

View File

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