Upgrade to Kotlin Coroutines 1.5.2

Closes gh-28014
This commit is contained in:
Stephane Nicoll 2021-09-15 08:17:47 +02:00
parent 69f917799e
commit 1e50846e3c
1 changed files with 1 additions and 1 deletions

View File

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