File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android.useAndroidX=true
8
8
9
9
# Versions
10
10
kotlin.version =1.9.23
11
- compose.version =1.6.10-dev1575
12
- agp.version =8.1 .2
11
+ compose.version =1.6.10-beta01
12
+ agp.version =8.2 .2
13
13
14
14
# Compose
15
15
org.jetbrains.compose.experimental.jscanvas.enabled =true
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlinx-coroutines = " 1.7.3 "
2
+ kotlinx-coroutines = " 1.8.0 "
3
3
androidx-appcompat = " 1.6.1"
4
4
androidx-activity-compose = " 1.8.2"
5
5
androidx-test = " 1.5.0"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ kotlin {
68
68
val commonMain by getting {
69
69
dependencies {
70
70
implementation(compose.runtime)
71
- implementation(compose.foundation )
71
+ implementation(compose.ui )
72
72
implementation(libs.kotlinx.coroutines.core)
73
73
}
74
74
}
You can’t perform that action at this time.
0 commit comments