Skip to content

Commit 2db4c24

Browse files
committed
fix: re-enable js target
1 parent c71b561 commit 2db4c24

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

framework/compose/kodein-di-framework-compose/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ plugins {
1010
kotlin.kodein {
1111
jsEnv()
1212
allComposeUi()
13+
js() // Not embedded in allComposeUi
1314

1415
common.mainDependencies {
1516
implementation(kotlin.compose.runtime)

gradle.properties

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ org.gradle.parallel=true
66
android.enableJetifier=true
77
android.useAndroidX=true
88

9-
# Wasm
9+
# Compose
1010
org.jetbrains.compose.experimental.wasm.enabled=true
11+
org.jetbrains.compose.experimental.jscanvas.enabled=true
12+
org.jetbrains.compose.experimental.macos.enabled=true
13+
14+
# Wasm
15+
kotlin.wasm.stability.nowarn=true
16+
17+
# KGP
18+
kotlin.apple.xcodeCompatibility.nowarn=true
1119

1220
# Kosi
1321
org.kodein.native.enableCrossCompilation=true

0 commit comments

Comments
 (0)