11[versions ]
2- agp = " 8.1.4 "
2+ agp = " 8.2.2 "
33android-compileSdk = " 34"
44android-minSdk = " 24"
55android-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 "
88androidx-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"
1615junit = " 4.13.2"
17- kotlin = " 1.9.21 "
16+ kotlin = " 2.0.0 "
1817
1918[libraries ]
2019kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
@@ -27,14 +26,12 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version
2726androidx-material = { group = " com.google.android.material" , name = " material" , version.ref = " androidx-material" }
2827androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " androidx-constraintlayout" }
2928androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
30- compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
3129compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
3230compose-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" }
3531
3632[plugins ]
3733androidApplication = { id = " com.android.application" , version.ref = " agp" }
3834androidLibrary = { id = " com.android.library" , version.ref = " agp" }
3935jetbrainsCompose = { 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