Skip to content

Commit

Permalink
Remove warnings in build script (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored Dec 26, 2024
1 parent 9d06fb0 commit 4bebbdf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig

plugins {
Expand Down Expand Up @@ -57,9 +57,6 @@ kotlin {
}
}

compose.experimental {
web.application {}
}
compose.desktop {
application {
mainClass = "MainKt"
Expand Down

0 comments on commit 4bebbdf

Please # to comment.