Commit 8857db81 authored by Stephane Nicoll's avatar Stephane Nicoll

Upgrade to Kotlin Coroutines 1.4.0-M1

Closes gh-23678
parent 5d5afbc7
...@@ -922,7 +922,7 @@ bom { ...@@ -922,7 +922,7 @@ bom {
] ]
} }
} }
library("Kotlin Coroutines", "1.3.9") { library("Kotlin Coroutines", "1.4.0-M1") {
group("org.jetbrains.kotlinx") { group("org.jetbrains.kotlinx") {
imports = [ imports = [
"kotlinx-coroutines-bom" "kotlinx-coroutines-bom"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment