diff --git a/shared/ui/build.gradle b/shared/ui/build.gradle index 13f39ffc..d48fed86 100644 --- a/shared/ui/build.gradle +++ b/shared/ui/build.gradle @@ -1,5 +1,6 @@ plugins { alias(libs.plugins.com.android.library) + id 'com.google.dagger.hilt.android' } android { @@ -36,4 +37,8 @@ dependencies { implementation project(':data') implementation project(':model') implementation project(':utils') + + // Hilt (DI) + implementation libs.com.google.dagger.hilt.android + annotationProcessor libs.com.google.dagger.hilt.compiler } \ No newline at end of file