From eb79cffb34ce8d6d764f68e827573f2e2f94aee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 12 Dec 2023 11:26:10 +0900 Subject: [PATCH] =?UTF-8?q?Utils=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=82=92=E4=BE=9D=E5=AD=98=E3=81=AB=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 607e3c33..bab1e127 100644 --- a/data/build.gradle +++ b/data/build.gradle @@ -44,4 +44,7 @@ dependencies { // Room implementation libs.androidx.room.runtime annotationProcessor libs.androidx.room.compiler + + // モジュール + implementation project(':utils') } \ No newline at end of file