From 8d00386f20517c9508c84095909b58156be25bca Mon Sep 17 00:00:00 2001 From: r-ca Date: Sat, 13 Jan 2024 15:34:43 +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 --- vcs/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vcs/build.gradle b/vcs/build.gradle index 7f2d9f89..ca09c9d9 100644 --- a/vcs/build.gradle +++ b/vcs/build.gradle @@ -32,4 +32,11 @@ dependencies { testImplementation libs.junit androidTestImplementation libs.androidx.test.ext.junit androidTestImplementation libs.androidx.test.espresso.core + + // Hilt (DI) + implementation libs.com.google.dagger.hilt.android + annotationProcessor libs.com.google.dagger.hilt.compiler + + // 型 + implementation project(':model') } \ No newline at end of file