From 65d48d03fdba414ad3080c9bc51124bac10a9593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Fri, 19 Jan 2024 18:23:08 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=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 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