Upgrade to Kotlin Coroutines 1.5.0-native-mt

Closes gh-27273
This commit is contained in:
Stephane Nicoll
2021-07-12 07:54:11 +02:00
parent 7e5fc5a992
commit 5c73696202

View File

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