Skip to content

Commit c21e21e

Browse files
committed
Remove coroutines deps as it no longer needed
1 parent 3721158 commit c21e21e

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
@@ -57,18 +57,6 @@ kotlin {
5757
dependencies {
5858
implementation(kotlin("test-common"))
5959
implementation(kotlin("test-annotations-common"))
60-
61-
implementation(
62-
libs.kotlin.coroutines.core
63-
.get()
64-
.toString(),
65-
) {
66-
// see "https://kotlinlang.slack.com/archives/CDFP59223/p1736191408326039?thread_ts=1734964013.996149&cid=CDFP59223"
67-
because(
68-
"there is a problem with linkage related to changes in kotlin 2.1.0: " +
69-
"wasmJs tests in browser does not work without updating coroutines to the version compiled with 2.1.0",
70-
)
71-
}
7260
}
7361
}
7462
val nonWasmWasiTest by creating {

0 commit comments

Comments
 (0)