Skip to content

Commit

Permalink
Disable compose wasm in web client
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Oct 19, 2024
1 parent a157ff0 commit b66f5a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions client/web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ plugins {

val localProperties = gradleLocalProperties(rootDir, providers)

composeCompiler {
targetKotlinPlatforms.set(listOf(KotlinPlatformType.js))
}

kotlin {
js(IR) {
useCommonJs()
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ android.useAndroidX=true
android.enableJetifier=false
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=false
org.jetbrains.compose.experimental.wasm.enabled=false
# Publishing
group=anystream
version=0.0.1-SNAPSHOT

0 comments on commit b66f5a1

Please sign in to comment.