From 9de39309bcda7efe1fb07b19f9f3f6bf6f65c88e Mon Sep 17 00:00:00 2001 From: r-ca Date: Tue, 23 Jan 2024 03:08:42 +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 --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index ae313899..039dc6c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,4 +82,6 @@ dependencies { implementation project(':model') implementation project(':utils') + + implementation project(':component:scan') } \ No newline at end of file