diff --git a/utils/build.gradle b/utils/build.gradle index 27c72a25..e253eff6 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -32,4 +32,8 @@ dependencies { testImplementation libs.junit androidTestImplementation libs.androidx.test.ext.junit androidTestImplementation libs.androidx.test.espresso.core + + // Hilt + implementation libs.com.google.dagger.hilt.android + annotationProcessor libs.com.google.dagger.hilt.compiler } \ No newline at end of file