11[versions ]
2- kotlin = " 2.1.0"
3- ksp = " 2.1.0-1.0.29"
4- kotlinx-coroutines = " 1.9.0"
5-
6- androidGradlePlugin = " 8.7.3"
7- koin = " 4.0.0"
8- koinComposeMultiplatform = " 4.0.0"
9- apollo = " 4.1.0"
10- apolloMockServer = " 0.1.0"
11- kmpNativeCoroutines = " 1.0.0-ALPHA-38"
12-
13- androidxActivity = " 1.9.3"
14- androidxComposeBom = " 2024.12.01"
15- androidx-navigation = " 2.8.0-alpha08"
16- androidx-lifecycle = " 2.8.4"
17- accompanist = " 0.30.1"
18- horologist = " 0.6.20"
19- wearCompose = " 1.4.0"
20- composeMultiplatform = " 1.7.3"
2+ kotlin = " 2.2.0"
3+ ksp = " 2.1.21-2.0.1"
4+ kotlinx-coroutines = " 1.10.2"
5+
6+ androidGradlePlugin = " 8.11.0"
7+ koin = " 4.1.0"
8+ koinComposeMultiplatform = " 4.1.0"
9+ apollo = " 4.3.1"
10+ apolloMockServer = " 0.1.1"
11+ kmpNativeCoroutines = " 1.0.0-ALPHA-45"
12+
13+ androidxActivity = " 1.10.1"
14+ androidxComposeBom = " 2025.06.01"
15+ androidx-navigation = " 2.8.0-alpha13"
16+ androidx-lifecycle = " 2.9.1"
17+ horologist = " 0.6.23"
18+ wearCompose = " 1.4.1"
19+ composeMultiplatform = " 1.8.2"
2120composeWindowSize = " 0.5.0"
2221
2322junit = " 4.13.2"
2423
2524minSdk = " 24"
2625minWearSdk = " 28"
27- targetSdk = " 34 "
28- compileSdk = " 34 "
26+ targetSdk = " 35 "
27+ compileSdk = " 35 "
2928
3029
3130
@@ -50,10 +49,6 @@ androidx-compose-material3 = { group = "androidx.compose.material3", name = "mat
5049androidx-lifecycle-viewmodel-compose = { module = " org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " androidx-lifecycle" }
5150androidx-navigation-compose = { module = " org.jetbrains.androidx.navigation:navigation-compose" , version.ref = " androidx-navigation" }
5251
53- accompanist-insets = { group = " com.google.accompanist" , name = " accompanist-insets" , version.ref = " accompanist" }
54- accompanist-pager = { group = " com.google.accompanist" , name = " accompanist-pager" , version.ref = " accompanist" }
55- accompanist-pagerIndicator = { group = " com.google.accompanist" , name = " accompanist-pager-indicators" , version.ref = " accompanist" }
56-
5752androidx-wear-compose-foundation = { module = " androidx.wear.compose:compose-foundation" , version.ref = " wearCompose" }
5853androidx-wear-compose-material = { module = " androidx.wear.compose:compose-material" , version.ref = " wearCompose" }
5954androidx-wear-compose-navigation = { module = " androidx.wear.compose:compose-navigation" , version.ref = " wearCompose" }
0 commit comments