@@ -10,7 +10,7 @@ datastorePreferences = "1.1.2"
10
10
desugar_jdk_libs = " 2.1.4"
11
11
espressoCore = " 3.6.1"
12
12
hiltAndroid = " 2.55"
13
- hiltNavigationCompose = " 1.2.0"
13
+ hiltCompiler = " 1.2.0"
14
14
junit = " 4.13.2"
15
15
kotlinx-serialization-json = " 1.8.0"
16
16
lifecycle-runtime-compose = " 2.8.7"
@@ -25,6 +25,7 @@ kotlin = "2.1.10"
25
25
ksp = " 2.1.10-1.0.30"
26
26
composeBom = " 2025.02.00"
27
27
compose = " 1.7.8"
28
+ workRuntimeKtxVersion = " 2.10.0"
28
29
zxingAndroidEmbedded = " 4.3.0"
29
30
coreSplashscreen = " 1.0.1"
30
31
gradlePlugins-grgit = " 5.3.0"
@@ -45,6 +46,7 @@ amneziawg-android = { module = "com.zaneschepke:amneziawg-android", version.ref
45
46
androidx-biometric-ktx = { module = " androidx.biometric:biometric-ktx" , version.ref = " biometricKtx" }
46
47
androidx-core = { module = " androidx.core:core" , version.ref = " coreKtx" }
47
48
androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastorePreferences" }
49
+ androidx-hilt-work = { module = " androidx.hilt:hilt-work" , version.ref = " hiltCompiler" }
48
50
androidx-lifecycle-process = { module = " androidx.lifecycle:lifecycle-process" , version.ref = " lifecycle-runtime-compose" }
49
51
androidx-lifecycle-service = { module = " androidx.lifecycle:lifecycle-service" , version.ref = " lifecycle-runtime-compose" }
50
52
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " roomVersion" }
@@ -62,15 +64,17 @@ androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compos
62
64
63
65
# hilt
64
66
androidx-room-testing = { module = " androidx.room:room-testing" , version.ref = " roomVersion" }
67
+ androidx-work-runtime = { module = " androidx.work:work-runtime-ktx" , version.ref = " workRuntimeKtxVersion" }
65
68
desugar_jdk_libs = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " desugar_jdk_libs" }
66
69
hilt-android = { module = " com.google.dagger:hilt-android" , version.ref = " hiltAndroid" }
67
70
hilt-android-compiler = { module = " com.google.dagger:hilt-android-compiler" , version.ref = " hiltAndroid" }
71
+ androidx-hilt-compiler = { module = " androidx.hilt:hilt-compiler" , version.ref = " hiltCompiler" }
68
72
69
73
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
70
74
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
71
75
androidx-core-ktx = { module = " androidx.core:core-ktx" , version.ref = " coreKtx" }
72
76
androidx-espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " espressoCore" }
73
- androidx-hilt-navigation-compose = { module = " androidx.hilt:hilt-navigation-compose" , version.ref = " hiltNavigationCompose " }
77
+ androidx-hilt-navigation-compose = { module = " androidx.hilt:hilt-navigation-compose" , version.ref = " hiltCompiler " }
74
78
androidx-junit = { module = " androidx.test.ext:junit" , version.ref = " androidx-junit" }
75
79
androidx-core-splashscreen = { module = " androidx.core:core-splashscreen" , version.ref = " coreSplashscreen" }
76
80
androidx-lifecycle-runtime-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycle-runtime-compose" }
0 commit comments