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