@@ -4,7 +4,6 @@ minSdk = "28"
44targetSdk = " 35"
55versionName = " 1.2.2"
66versionCode = " 102020"
7- kotlinCompilerExtensionVersion = " 1.5.2"
87jvmTarget = " 1.8"
98
109# # Android gradle plugin
@@ -19,7 +18,7 @@ androidxActivity = "1.9.0"
1918androidxDatastore = " 1.1.1"
2019
2120# # Kotlin Symbol Processing
22- ksp = " 1.9 .0-1.0.12 "
21+ ksp = " 2.0 .0-1.0.22 "
2322
2423# # Compose
2524androidxComposeBom = " 2024.04.01"
@@ -41,7 +40,7 @@ workManagerVersion = "2.8.1"
4140ossVersion = " 17.0.0"
4241
4342# # Kotlin
44- kotlin = " 1.9 .0"
43+ kotlin = " 2.0 .0"
4544kotlinxImmutable = " 0.3.7"
4645kotlinxSerializationJsonVersion = " 1.5.1"
4746serialization = " 1.6.3"
@@ -128,7 +127,6 @@ androidx-compose-ui-testManifest = { group = "androidx.compose.ui", name = "ui-t
128127androidx-compose-navigation = { group = " androidx.navigation" , name = " navigation-compose" , version.ref = " composeNavigation" }
129128androidx-compose-navigation-test = { group = " androidx.navigation" , name = " navigation-testing" , version.ref = " composeNavigation" }
130129androidx-compose-saveable = { group = " androidx.compose.runtime" , name = " runtime-saveable" , version.ref = " composeSavable" }
131- compose-compiler-gradle-plugin = { group = " androidx.compose.compiler" , name = " compiler" , version.ref = " kotlinCompilerExtensionVersion" }
132130
133131androidx-ui = { group = " androidx.compose.ui" , name = " ui" }
134132androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
@@ -173,6 +171,7 @@ coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-
173171kotlin = { group = " org.jetbrains.kotlin" , name = " kotlin-stdlib" , version.ref = " kotlin" }
174172kotlin-gradlePlugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
175173kotlin-collections-immutable = { group = " org.jetbrains.kotlinx" , name = " kotlinx-collections-immutable" , version.ref = " kotlinx-collections-immutable" }
174+ compose-compiler-extension = { module = " org.jetbrains.kotlin:compose-compiler-gradle-plugin" , version.ref = " kotlin" }
176175
177176coil-compose = { module = " io.coil-kt.coil3:coil-compose" , version.ref = " coilCompose" }
178177coil-network-okhttp = { module = " io.coil-kt.coil3:coil-network-okhttp" , version.ref = " coilCompose" }
@@ -217,8 +216,8 @@ android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
217216ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
218217kotlin-parcelize = { id = " org.jetbrains.kotlin.plugin.parcelize" , version.ref = " kotlinParcelize" }
219218dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
220- kotlin-compose = { id = " org.jetbrains.kotlin.plugin.compose" , version = " kotlinCompilerExtensionVersion" }
221219baselineprofile = { id = " androidx.baselineprofile" , version.ref = " baselineprofile" }
220+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
222221
223222terning-application = { id = " terning.android.application" , version = " unspecified" }
224223terning-compose = { id = " terning.android.compose" , version = " unspecified" }
0 commit comments