File tree Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
2
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
3
3
4
plugins {
4
5
alias(libs.plugins.multiplatform)
@@ -8,13 +9,7 @@ plugins {
8
9
}
9
10
10
11
kotlin {
11
- androidTarget {
12
- compilations.all {
13
- kotlinOptions {
14
- jvmTarget = " 17"
15
- }
16
- }
17
- }
12
+ androidTarget()
18
13
19
14
jvm()
20
15
@@ -93,12 +88,7 @@ android {
93
88
sourceCompatibility = JavaVersion .VERSION_17
94
89
targetCompatibility = JavaVersion .VERSION_17
95
90
}
96
- buildFeatures {
97
- compose = true
98
- }
99
- composeOptions {
100
- kotlinCompilerExtensionVersion = " 1.5.10"
101
- }
91
+ buildFeatures.compose = true
102
92
}
103
93
104
94
compose.desktop {
@@ -112,7 +102,3 @@ compose.desktop {
112
102
}
113
103
}
114
104
}
115
-
116
- compose.experimental {
117
- web.application {}
118
- }
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ kotlin.code.style=official
9
9
kotlin.js.compiler =ir
10
10
11
11
# Compose
12
- org.jetbrains.compose.experimental.uikit.enabled =true
13
12
org.jetbrains.compose.experimental.jscanvas.enabled =true
14
- org.jetbrains.compose.experimental.wasm.enabled =true
15
13
16
14
# Android
17
15
android.useAndroidX =true
Original file line number Diff line number Diff line change 2
2
3
3
kotlin = " 2.0.0"
4
4
agp = " 8.2.2"
5
- compose = " 1.6.10 "
6
- androidx-activityCompose = " 1.8.2 "
5
+ compose = " 1.6.11 "
6
+ androidx-activityCompose = " 1.9.0 "
7
7
materialKolor = " 1.5.1"
8
8
9
9
[libraries ]
You can’t perform that action at this time.
0 commit comments