Commit 2fc3a138 authored by Stephane Nicoll's avatar Stephane Nicoll

Exclude Kotlin Coroutines 1.3.9+ as it is built against Kotlin 1.4

Closes gh-23340
parent d7a5d44a
......@@ -12,6 +12,10 @@ bomr:
versions:
# 10.15 requires Java 9
- '[10.15,)'
- project: kotlin-coroutines
versions:
# 1.3.9 requires Kotlin 1.4
- '[1.3.9,)'
verify:
ignored-dependencies:
# Avoid conflicting transitive requirements for
......
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