Upgrade to Kotlin Coroutines 1.3.8

Closes gh-22469
This commit is contained in:
Andy Wilkinson 2020-07-21 12:35:54 +01:00
parent ebcc903547
commit 09de935f29

View File

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