From de85626d66c8731119c88e8043efcfb35995b47f Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 14 Jan 2024 16:53:30 +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 --- processor/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/processor/build.gradle b/processor/build.gradle index ec1ea9b1..34829cc7 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -44,4 +44,5 @@ dependencies { implementation project(':source') implementation project(':utils') implementation project(':data') + implementation project(':vcs') } \ No newline at end of file