From 462ea77e914350fec48b09b40648a010e23f87a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 16 Jan 2024 12:21:44 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=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 defa4b6e..17887caf 100644 --- a/component/scanner/build.gradle +++ b/component/scanner/build.gradle @@ -50,4 +50,6 @@ dependencies { implementation project(':utils') implementation project(':vcs') + + implementation project(':data') } \ No newline at end of file