From 2fc3a13814f7c47a78437f4e84e570c11f9ff029 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 11:38:24 +0200 Subject: [PATCH] Exclude Kotlin Coroutines 1.3.9+ as it is built against Kotlin 1.4 Closes gh-23340 --- .bomr/bomr.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bomr/bomr.yaml b/.bomr/bomr.yaml index 4fedb4a0cf0..5bbbeef3598 100644 --- a/.bomr/bomr.yaml +++ b/.bomr/bomr.yaml @@ -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