11[versions ]
2- agp = " 8.5.2"
3- android-compileSdk = " 34"
4- android-minSdk = " 24"
5- android-targetSdk = " 34"
6- androidx-activityCompose = " 1.9.3"
7- androidx-appcompat = " 1.7.0"
8- androidx-constraintlayout = " 2.2.0"
9- androidx-core-ktx = " 1.15.0"
10- androidx-espresso-core = " 3.6.1"
11- androidx-lifecycle = " 2.8.4"
12- androidx-material = " 1.12.0"
13- androidx-test-junit = " 1.2.1"
14- compose-multiplatform = " 1.7.0"
15- junit = " 4.13.2"
2+
3+ compose-activity = " 1.10.1"
4+
165kotlin = " 2.1.0"
6+ android = " 8.6.1"
7+ compose = " 1.7.0"
8+
9+ sdk-min = " 26"
10+ sdk-compile = " 35"
11+ sdk-target = " 35"
1712
1813[libraries ]
19- kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
20- kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
21- junit = { group = " junit" , name = " junit" , version.ref = " junit" }
22- androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " androidx-core-ktx" }
23- androidx-test-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " androidx-test-junit" }
24- androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " androidx-espresso-core" }
25- androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " androidx-appcompat" }
26- androidx-material = { group = " com.google.android.material" , name = " material" , version.ref = " androidx-material" }
27- androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " androidx-constraintlayout" }
28- androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
29- androidx-lifecycle-viewmodel = { group = " org.jetbrains.androidx.lifecycle" , name = " lifecycle-viewmodel" , version.ref = " androidx-lifecycle" }
30- androidx-lifecycle-runtime-compose = { group = " org.jetbrains.androidx.lifecycle" , name = " lifecycle-runtime-compose" , version.ref = " androidx-lifecycle" }
14+
15+ compose-activity = { group = " androidx.activity" , name = " activity-compose" , version.ref = " compose-activity" }
3116
3217[plugins ]
33- androidApplication = { id = " com.android.application " , version.ref = " agp " }
34- androidLibrary = { id = " com.android.library " , version.ref = " agp " }
35- composeMultiplatform = { id = " org.jetbrains.compose " , version.ref = " compose-multiplatform " }
36- composeCompiler = { id = " org.jetbrains.kotlin.plugin. compose" , version.ref = " kotlin " }
37- kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform " , version.ref = " kotlin" }
18+
19+ kotlin = { id = " org.jetbrains.kotlin.multiplatform " , version.ref = " kotlin " }
20+ android = { id = " com.android.application " , version.ref = " android " }
21+ compose = { id = " org.jetbrains.compose" , version.ref = " compose " }
22+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose " , version.ref = " kotlin" }
0 commit comments