Upgrade to Kotlin Coroutines 1.3.9

Closes gh-23025
This commit is contained in:
Stephane Nicoll 2020-08-20 11:32:21 +02:00
parent 019350dae2
commit f7ef3445a6
1 changed files with 1 additions and 1 deletions

View File

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