diff --git a/app/build.gradle b/app/build.gradle index af8e70a5..c7728474 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,4 +37,9 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + + // Hilt (DI) + implementation "com.google.dagger:hilt-android:2.44" + kapt "com.google.dagger:hilt-compiler:2.44" + } \ No newline at end of file