diff --git a/feature/home/build.gradle b/feature/home/build.gradle index 8665662c..0fd0b52c 100644 --- a/feature/home/build.gradle +++ b/feature/home/build.gradle @@ -47,4 +47,7 @@ dependencies { // DI implementation project(':data') + + //model + implementation project(':model') } \ No newline at end of file