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 9d06fb0 commit 4bebbdfCopy full SHA for 4bebbdf
composeApp/build.gradle.kts
@@ -1,5 +1,5 @@
1
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
2
-import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
+import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
3
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
4
5
plugins {
@@ -57,9 +57,6 @@ kotlin {
57
}
58
59
60
-compose.experimental {
61
- web.application {}
62
-}
63
compose.desktop {
64
application {
65
mainClass = "MainKt"
0 commit comments