From ceebd341b1d5d81aedc912ab64aa157861455884 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:45:10 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=AE?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/build.gradle b/data/build.gradle index 1912fab5..e9d63f26 100644 --- a/data/build.gradle +++ b/data/build.gradle @@ -45,9 +45,9 @@ dependencies { implementation libs.androidx.room.runtime annotationProcessor libs.androidx.room.compiler - // モジュール + // Utilsモジュール implementation project(':utils') - // 型 + // 型モジュール implementation project(':model') } \ No newline at end of file