File tree 3 files changed +2
-10
lines changed
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,4 @@ compose.desktop {
128
128
packageVersion = " 1.0.0"
129
129
}
130
130
}
131
- }
132
-
133
- compose.experimental {
134
- web.application {}
135
131
}
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ kotlin.code.style=official
3
3
# Gradle
4
4
org.gradle.jvmargs =-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
5
5
6
-
7
- # Compose for Web is Experimental
8
- org.jetbrains.compose.experimental.wasm.enabled =true
9
-
10
6
# Android
11
7
android.useAndroidX =true
12
8
android.nonTransitiveRClass =true
@@ -18,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true
18
14
# Development
19
15
development =true
20
16
21
- kotlin_version =2.0.0-RC3
17
+ kotlin_version =2.0.0
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
compose = " 1.5.4"
3
- compose-plugin = " 1.6.10-rc03 "
3
+ compose-plugin = " 1.6.10"
4
4
agp = " 8.1.4"
5
5
android-minSdk = " 24"
6
6
android-compileSdk = " 34"
You can’t perform that action at this time.
0 commit comments