We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3721158 commit c21e21eCopy full SHA for c21e21e
library/build.gradle.kts
@@ -57,18 +57,6 @@ kotlin {
57
dependencies {
58
implementation(kotlin("test-common"))
59
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
- }
72
}
73
74
val nonWasmWasiTest by creating {
0 commit comments