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