From 1f8b56bc7834aecbe225b1f15f1476fd62c45353 Mon Sep 17 00:00:00 2001 From: r-ca Date: Sat, 20 Jan 2024 17:45:42 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/home/build.gradle | 2 ++ 1 file changed, 2 insertions(+) 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