Skip to content

Commit

Permalink
Remove wasm experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jun 22, 2024
1 parent 29553c9 commit 0bdfb7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ kotlin {
}
}

compose.experimental {
web.application {}
}

android {
namespace = libs.versions.namespace.get() + ".sample.shared"
compileSdk = libs.versions.android.compileSdk.get().toInt()
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ android.nonTransitiveRClass=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.enableCInteropCommonization=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true

#Development
development=true
Expand Down

0 comments on commit 0bdfb7a

Please sign in to comment.