File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
framework/compose/kodein-di-framework-compose Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
1010kotlin.kodein {
1111 jsEnv()
1212 allComposeUi()
13+ js() // Not embedded in allComposeUi
1314
1415 common.mainDependencies {
1516 implementation(kotlin.compose.runtime)
Original file line number Diff line number Diff line change @@ -6,8 +6,16 @@ org.gradle.parallel=true
66android.enableJetifier =true
77android.useAndroidX =true
88
9- # Wasm
9+ # Compose
1010org.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
1321org.kodein.native.enableCrossCompilation =true
You can’t perform that action at this time.
0 commit comments