Skip to content

Commit 2cb564b

Browse files
committed
Fix formatting errors
1 parent 7befabd commit 2cb564b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)