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