From 9496c3efbb72af36522e69f5b6a689a712a432d0 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, 22 Jan 2024 10:23:08 +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 --- feature/library/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/library/build.gradle b/feature/library/build.gradle index c455886d..fa18f9bc 100644 --- a/feature/library/build.gradle +++ b/feature/library/build.gradle @@ -51,5 +51,7 @@ dependencies { implementation project(':data') + implementation project(':utils') + } \ No newline at end of file