From 54fd45a8c8e749e74d16c83c11d3eb1e876ce5ee Mon Sep 17 00:00:00 2001 From: Doug Hilpipre Date: Mon, 21 Oct 2024 16:06:25 -0500 Subject: [PATCH 1/2] temporary removal of Kotlin-Coroutines-Suspends due to errors --- settings.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 0f268f4..354b725 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,4 +7,3 @@ include 'Kotlin-Coroutines_1.5' include 'Kotlin-Coroutines_1.7' include 'Kotlin-Coroutines_1.9' include 'kroto-plus-coroutines' -include 'Kotlin-Coroutines-Suspends' From 7f71ba28f0b7896455228e55e24833a00b989418 Mon Sep 17 00:00:00 2001 From: Doug Hilpipre Date: Mon, 21 Oct 2024 16:09:09 -0500 Subject: [PATCH 2/2] temporary removal of Kotlin-Coroutines-Suspends due to errors --- Kotlin-Coroutines_1.7/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kotlin-Coroutines_1.7/build.gradle b/Kotlin-Coroutines_1.7/build.gradle index 056f672..83103c3 100644 --- a/Kotlin-Coroutines_1.7/build.gradle +++ b/Kotlin-Coroutines_1.7/build.gradle @@ -24,8 +24,8 @@ jar { } verifyInstrumentation { - passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,)]' - passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,)' + passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,1.9.0)]' + passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,1.9.0)' excludeRegex '.*SNAPSHOT' excludeRegex '.*alpha' excludeRegex '.*-eap-.*'