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