@@ -7,19 +7,13 @@ targetSdk = "34"
77kotlin = " 2.0.10"
88kotlinCoroutines = " 1.7.3"
99# android --------
10- ksp = " 2.0.0 -1.0.21 "
10+ ksp = " 2.0.10 -1.0.24 "
1111appCompat = " 1.7.0"
12- materialDesign = " 1.2.1"
13- composeBom = " 2024.06.00"
14- activityCompose = " 1.9.1"
1512liveData = " 1.6.8"
1613lifecycleCompiler = " 2.8.4"
1714constraintlayout = " 2.1.4"
1815lifecycleExtensions = " 2.2.0"
1916koinAndroid = " 3.4.3"
20- recyclerview = " 1.3.2"
21- cardview = " 1.0.0"
22- materialDesignLegacy = " 1.12.0"
2317annotation = " 1.8.2"
2418glide = " 4.15.1"
2519converterGson = " 2.9.0"
@@ -49,10 +43,7 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
4943android-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appCompat" }
5044androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " constraintlayout" }
5145androidx-lifecycle-extensions = { module = " androidx.lifecycle:lifecycle-extensions" , version.ref = " lifecycleExtensions" }
52- androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version.ref = " recyclerview" }
5346koin-android = { module = " io.insert-koin:koin-android" , version.ref = " koinAndroid" }
54- androidx-cardview = { module = " androidx.cardview:cardview" , version.ref = " cardview" }
55- material = { module = " com.google.android.material:material" , version.ref = " materialDesignLegacy" }
5647androidx-annotation = { module = " androidx.annotation:annotation" , version.ref = " annotation" }
5748glide = { module = " com.github.bumptech.glide:glide" , version.ref = " glide" }
5849converter-gson = { module = " com.squareup.retrofit2:converter-gson" , version.ref = " converterGson" }
@@ -78,6 +69,6 @@ leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", ve
7869[plugins ]
7970android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
8071kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
81- kotlin-kasp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
72+ kotlin-ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
8273kotlin-compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
8374kotlin-parcelize = { id = " org.jetbrains.kotlin.plugin.parcelize" , version.ref = " kotlin" }
0 commit comments