We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393775b commit f55d151Copy full SHA for f55d151
library/build.gradle.kts
@@ -60,18 +60,6 @@ kotlin {
60
dependencies {
61
implementation(kotlin("test-common"))
62
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
- }
75
}
76
77
val nonWasmWasiTest by creating {
0 commit comments