diff --git a/data/build.gradle b/data/build.gradle index e9d63f26..10a00015 100644 --- a/data/build.gradle +++ b/data/build.gradle @@ -50,4 +50,7 @@ dependencies { // 型モジュール implementation project(':model') + + // データソースモジュール + implementation project(':source') } \ No newline at end of file