Skip to content

Commit f55d151

Browse files
committed
Remove coroutines deps as it no longer needed
1 parent 393775b commit f55d151

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

library/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,6 @@ kotlin {
6060
dependencies {
6161
implementation(kotlin("test-common"))
6262
implementation(kotlin("test-annotations-common"))
63-
64-
implementation(
65-
libs.kotlin.coroutines.core
66-
.get()
67-
.toString(),
68-
) {
69-
// see "https://kotlinlang.slack.com/archives/CDFP59223/p1736191408326039?thread_ts=1734964013.996149&cid=CDFP59223"
70-
because(
71-
"there is a problem with linkage related to changes in kotlin 2.1.0: " +
72-
"wasmJs tests in browser does not work without updating coroutines to the version compiled with 2.1.0",
73-
)
74-
}
7563
}
7664
}
7765
val nonWasmWasiTest by creating {

0 commit comments

Comments
 (0)