11[versions ]
2- agp = " 8.2.0 "
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.11 .0"
12- androidx-test-junit = " 1.1.5 "
13- compose = " 1.6.2 "
14- compose-plugin = " 1.6.0 "
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 "
1515junit = " 4.13.2"
16- kotlin = " 1.9.22 "
16+ kotlin = " 2.0.0 "
1717
1818[libraries ]
1919kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
@@ -33,4 +33,5 @@ compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview"
3333androidApplication = { id = " com.android.application" , version.ref = " agp" }
3434androidLibrary = { id = " com.android.library" , version.ref = " agp" }
3535jetbrainsCompose = { id = " org.jetbrains.compose" , version.ref = " compose-plugin" }
36- 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