diff --git a/source/build.gradle b/source/build.gradle index 84bcd0a1..f4c32001 100644 --- a/source/build.gradle +++ b/source/build.gradle @@ -47,4 +47,7 @@ dependencies { // Utils モジュール implementation project(':utils') + // Model + implementation project(':model') + } \ No newline at end of file