From 4ff9c6387674c2ffd6e320418fbf7fb4b4cb411c Mon Sep 17 00:00:00 2001 From: r-ca Date: Sat, 9 Dec 2023 09:56:45 +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 --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 2772d8dd..3e0b7f21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,6 +43,7 @@ dependencies { implementation project(':feature:search') implementation project(':feature:library') implementation project(':feature:scan') + implementation project(':feature:debug') // デバッグメニュー // Component implementation project(':component:common')