From e5c3b3aa9278c69b7288a1eb1e9665a5083b2073 Mon Sep 17 00:00:00 2001 From: r-ca Date: Sat, 13 Jan 2024 15:37:08 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcs/build.gradle b/vcs/build.gradle index ca09c9d9..c47346d4 100644 --- a/vcs/build.gradle +++ b/vcs/build.gradle @@ -37,6 +37,8 @@ dependencies { implementation libs.com.google.dagger.hilt.android annotationProcessor libs.com.google.dagger.hilt.compiler - // 型 implementation project(':model') + implementation project(':source') + implementation project(':utils') + } \ No newline at end of file