Skip to content

Commit 4bebbdf

Browse files
authored
Remove warnings in build script (#42)
1 parent 9d06fb0 commit 4bebbdf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
2-
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
2+
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
33
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
44

55
plugins {
@@ -57,9 +57,6 @@ kotlin {
5757
}
5858
}
5959

60-
compose.experimental {
61-
web.application {}
62-
}
6360
compose.desktop {
6461
application {
6562
mainClass = "MainKt"

0 commit comments

Comments
 (0)