From 24433528dc55c41bddfa5d392686ae2bc8bc3f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 14 Dec 2023 10:40:10 +0900 Subject: [PATCH] =?UTF-8?q?data:=20=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82?= =?UTF-8?q?=E3=81=ABModel=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/build.gradle b/data/build.gradle index 60390698..1912fab5 100644 --- a/data/build.gradle +++ b/data/build.gradle @@ -47,4 +47,7 @@ dependencies { // モジュール implementation project(':utils') + + // 型 + implementation project(':model') } \ No newline at end of file