diff --git a/source/build.gradle b/source/build.gradle index 5021ee60..a08b73ec 100644 --- a/source/build.gradle +++ b/source/build.gradle @@ -32,4 +32,9 @@ dependencies { testImplementation libs.junit androidTestImplementation libs.androidx.test.ext.junit androidTestImplementation libs.androidx.test.espresso.core + + // DI + implementation libs.com.google.dagger.hilt.android + annotationProcessor libs.com.google.dagger.hilt.compiler + } \ No newline at end of file