From 5bf55ada0e946eea84c7c92a1bf69ded9987d92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Mon, 15 Jan 2024 14:36:52 +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 --- component/scanner/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/component/scanner/build.gradle b/component/scanner/build.gradle index 61a9b1de..735535ff 100644 --- a/component/scanner/build.gradle +++ b/component/scanner/build.gradle @@ -46,4 +46,6 @@ dependencies { implementation project(':processor') implementation project(':utils') + + implementation project(':vcs') } \ No newline at end of file