From 240b4675c8527dc31589d8f00a5cee1efedf858b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 25 Jan 2024 12:08:40 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/ui/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) 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