@@ -15,9 +15,6 @@ navigationRuntimeAndroid = "2.9.0"
1515accompanistPager = " 0.36.0"
1616accompanistPagerIndicators = " 0.36.0"
1717kotlinxSerializationJson = " 1.7.3"
18- ksp = " 2.0.21-1.0.28"
19- hilt = " 2.51.1"
20- hiltNavigationCompose = " 1.2.0"
2118
2219[libraries ]
2320androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
@@ -41,14 +38,9 @@ androidx-navigation-runtime-android = { group = "androidx.navigation", name = "n
4138accompanist-pager = { group = " com.google.accompanist" , name = " accompanist-pager" , version.ref = " accompanistPager" }
4239accompanist-pager-indicators = { group = " com.google.accompanist" , name = " accompanist-pager-indicators" , version.ref = " accompanistPagerIndicators" }
4340kotlinx-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
44- hilt-android = { group = " com.google.dagger" , name = " hilt-android" , version.ref = " hilt" }
45- hilt-compiler = { group = " com.google.dagger" , name = " hilt-compiler" , version.ref = " hilt" }
46- hilt-navigation-compose = { group = " androidx.hilt" , name = " hilt-navigation-compose" , version.ref = " hiltNavigationCompose" }
4741
4842[plugins ]
4943android-application = { id = " com.android.application" , version.ref = " agp" }
5044kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
5145kotlin-compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
52- kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
53- kotlin-android-ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
54- hilt-android = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
46+ kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
0 commit comments