Commit 8faa08f5 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.2.x' into 2.3.x

Closes gh-23341
parents 15dd780e 2fc3a138
...@@ -981,6 +981,9 @@ bom { ...@@ -981,6 +981,9 @@ bom {
} }
} }
library("Kotlin Coroutines", "1.3.8") { library("Kotlin Coroutines", "1.3.8") {
prohibit("[1.3.9,)") {
because "it requires Kotlin 1.4"
}
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