Upgrade to Kotlin Coroutines 1.5.2

Closes gh-27982
This commit is contained in:
Stephane Nicoll 2021-09-14 07:15:31 +02:00
parent 1f5946b3e4
commit 5813021b7b

View File

@ -1017,7 +1017,7 @@ bom {
]
}
}
library("Kotlin Coroutines", "1.5.1") {
library("Kotlin Coroutines", "1.5.2") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-coroutines-bom"