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