File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,15 @@ kotlin {
5858 implementation(kotlin(" test-common" ))
5959 implementation(kotlin(" test-annotations-common" ))
6060
61- implementation(libs.kotlin.coroutines.core.get().toString()) {
61+ implementation(
62+ libs.kotlin.coroutines.core
63+ .get()
64+ .toString(),
65+ ) {
6266 // see "https://kotlinlang.slack.com/archives/CDFP59223/p1736191408326039?thread_ts=1734964013.996149&cid=CDFP59223"
6367 because(
6468 " there is a problem with linkage related to changes in kotlin 2.1.0: " +
65- " wasmJs tests in browser does not work without updating coroutines to the version compiled with 2.1.0" ,
69+ " wasmJs tests in browser does not work without updating coroutines to the version compiled with 2.1.0" ,
6670 )
6771 }
6872 }
You can’t perform that action at this time.
0 commit comments