File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
kotlin {
9
- targetHierarchy.default ()
9
+ applyDefaultHierarchyTemplate ()
10
10
11
11
androidTarget()
12
12
jvm(" desktop" )
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
16
16
# Compose
17
17
org.jetbrains.compose.experimental.uikit.enabled =true
18
18
org.jetbrains.compose.experimental.jscanvas.enabled =true
19
+ org.jetbrains.compose.experimental.wasm.enabled =true
19
20
20
21
# Maven
21
22
SONATYPE_HOST =S01
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ androidx-test-ext-junit = "1.1.5"
12
12
espresso-core = " 3.5.1"
13
13
lifecycle-runtime-ktx = " 2.7.0"
14
14
activity-compose = " 1.8.2"
15
- compose-plugin = " 1.5.12 "
15
+ compose-plugin = " 1.6.1 "
16
16
compose-bom = " 2024.03.00"
17
17
compose-compiler = " 1.5.4"
18
18
appcompat = " 1.6.1"
You can’t perform that action at this time.
0 commit comments