From f55d1510a709a5e3b72405ceeb8c6bc53f874636 Mon Sep 17 00:00:00 2001 From: Oleg Smirnov Date: Fri, 18 Apr 2025 15:40:50 +0200 Subject: [PATCH] Remove coroutines deps as it no longer needed --- library/build.gradle.kts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/library/build.gradle.kts b/library/build.gradle.kts index d0c2cc7..9f18ba8 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -60,18 +60,6 @@ kotlin { dependencies { implementation(kotlin("test-common")) implementation(kotlin("test-annotations-common")) - - implementation( - libs.kotlin.coroutines.core - .get() - .toString(), - ) { - // see "https://kotlinlang.slack.com/archives/CDFP59223/p1736191408326039?thread_ts=1734964013.996149&cid=CDFP59223" - because( - "there is a problem with linkage related to changes in kotlin 2.1.0: " + - "wasmJs tests in browser does not work without updating coroutines to the version compiled with 2.1.0", - ) - } } } val nonWasmWasiTest by creating {