11[versions ]
2- agp = " 8.9 .1"
2+ agp = " 8.11 .1"
33kotlin = " 2.0.21"
44coreKtx = " 1.16.0"
55junit = " 4.13.2"
@@ -15,6 +15,9 @@ 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"
1821
1922[libraries ]
2023androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
@@ -38,10 +41,14 @@ androidx-navigation-runtime-android = { group = "androidx.navigation", name = "n
3841accompanist-pager = { group = " com.google.accompanist" , name = " accompanist-pager" , version.ref = " accompanistPager" }
3942accompanist-pager-indicators = { group = " com.google.accompanist" , name = " accompanist-pager-indicators" , version.ref = " accompanistPagerIndicators" }
4043kotlinx-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" }
4147
4248[plugins ]
4349android-application = { id = " com.android.application" , version.ref = " agp" }
4450kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
4551kotlin-compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
4652kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
47-
53+ kotlin-android-ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
54+ hilt-android = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
0 commit comments