File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ minSdk = "21"
4
4
5
5
coroutine = " 1.7.3"
6
6
7
- kotlin = " 1.9.10 "
7
+ kotlin = " 1.9.20 "
8
8
9
9
jetbrains-compose = " 1.5.10"
10
10
@@ -23,7 +23,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
23
23
24
24
coil-compose = " io.coil-kt:coil-compose:2.5.0"
25
25
26
- jetbrains-compose-compiler = " org.jetbrains.compose.compiler:compiler:1.5.2 "
26
+ jetbrains-compose-compiler = " org.jetbrains.compose.compiler:compiler:1.5.3 "
27
27
jetbrains-compose-plugin = { module = " org.jetbrains.compose:compose-gradle-plugin" , version.ref = " jetbrains-compose" }
28
28
jetbrains-compose-runtime = { module = " org.jetbrains.compose.runtime:runtime" , version.ref = " jetbrains-compose" }
29
29
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ kotlin {
37
37
watchosArm64()
38
38
watchosSimulatorArm64()
39
39
watchosX64()
40
- watchosX86()
41
40
42
41
sourceSets {
43
42
configureEach {
You can’t perform that action at this time.
0 commit comments