From 6710ae9d56b9b7bf20be37faef68a89dad457356 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:18:10 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E6=95=B4?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/ui/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shared/ui/build.gradle b/shared/ui/build.gradle index d48fed86..566f6ebc 100644 --- a/shared/ui/build.gradle +++ b/shared/ui/build.gradle @@ -1,6 +1,5 @@ plugins { alias(libs.plugins.com.android.library) - id 'com.google.dagger.hilt.android' } android { @@ -35,10 +34,6 @@ dependencies { androidTestImplementation libs.androidx.test.espresso.core 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