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