Upgrade to Kotlin Coroutines 1.5.1

Closes gh-27317
This commit is contained in:
Stephane Nicoll 2021-07-14 07:34:15 +02:00
parent 190df4d0a1
commit de3dbaf1d5
1 changed files with 1 additions and 1 deletions

View File

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