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 {