diff --git a/feature/home/build.gradle b/feature/home/build.gradle index e3aa10e0..71b997d1 100644 --- a/feature/home/build.gradle +++ b/feature/home/build.gradle @@ -55,4 +55,6 @@ dependencies { implementation project(':model') implementation "androidx.recyclerview:recyclerview:1.3.2" + + implementation project(':component:common') } \ No newline at end of file