Skip to content

Commit 2e21fda

Browse files
committed
Refactor a notation in the build script
1 parent bbad5a2 commit 2e21fda

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

showcase/wasmApp/build.gradle.kts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ kotlin {
1313
binaries.executable()
1414
}
1515
sourceSets {
16-
@Suppress("unused")
17-
val wasmJsMain by getting {
18-
dependencies {
19-
implementation(compose.runtime)
20-
implementation(projects.showcase.shared)
21-
}
16+
wasmJsMain.dependencies {
17+
implementation(compose.runtime)
18+
implementation(projects.showcase.shared)
2219
}
2320
}
2421
}

0 commit comments

Comments
 (0)