1
1
[versions ]
2
- agp = " 8.1.4 "
2
+ agp = " 8.2.2 "
3
3
android-compileSdk = " 34"
4
4
android-minSdk = " 24"
5
5
android-targetSdk = " 34"
6
- androidx-activityCompose = " 1.8.2 "
7
- androidx-appcompat = " 1.6.1 "
6
+ androidx-activityCompose = " 1.9.0 "
7
+ androidx-appcompat = " 1.7.0 "
8
8
androidx-constraintlayout = " 2.1.4"
9
- androidx-core-ktx = " 1.12.0"
10
- androidx-espresso-core = " 3.5.1"
11
- androidx-material = " 1.10.0"
12
- androidx-test-junit = " 1.1.5"
13
- compose = " 1.5.4"
14
- compose-compiler = " 1.5.6"
15
- compose-plugin = " 1.5.11"
9
+ androidx-core-ktx = " 1.13.1"
10
+ androidx-espresso-core = " 3.6.1"
11
+ androidx-material = " 1.12.0"
12
+ androidx-test-junit = " 1.2.1"
13
+ compose = " 1.6.8"
14
+ compose-plugin = " 1.6.11"
16
15
junit = " 4.13.2"
17
- kotlin = " 1.9.21 "
16
+ kotlin = " 2.0.0 "
18
17
19
18
[libraries ]
20
19
kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
@@ -27,14 +26,12 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version
27
26
androidx-material = { group = " com.google.android.material" , name = " material" , version.ref = " androidx-material" }
28
27
androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " androidx-constraintlayout" }
29
28
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
30
- compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
31
29
compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
32
30
compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" , version.ref = " compose" }
33
- compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " compose" }
34
- compose-material = { module = " androidx.compose.material:material" , version.ref = " compose" }
35
31
36
32
[plugins ]
37
33
androidApplication = { id = " com.android.application" , version.ref = " agp" }
38
34
androidLibrary = { id = " com.android.library" , version.ref = " agp" }
39
35
jetbrainsCompose = { id = " org.jetbrains.compose" , version.ref = " compose-plugin" }
40
- kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
36
+ kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
37
+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
0 commit comments