From 1653da9c940307ea21d09a907208988ea02a9dd7 Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 7 Jan 2024 18:01:33 +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 9946dd18..b2cec5b5 100644 --- a/component/scanner/build.gradle +++ b/component/scanner/build.gradle @@ -43,4 +43,6 @@ dependencies { implementation project(':model') implementation project(':processor') + + implementation project(':utils') } \ No newline at end of file