From d22644e37a47c2832c7466ea693bd270b104eb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Wed, 17 Jan 2024 12:08:54 +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 --- source/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/build.gradle b/source/build.gradle index 84bcd0a1..f4c32001 100644 --- a/source/build.gradle +++ b/source/build.gradle @@ -47,4 +47,7 @@ dependencies { // Utils モジュール implementation project(':utils') + // Model + implementation project(':model') + } \ No newline at end of file