From fd443ca65653d0a4d5729e15b4caafaaae2bcde3 Mon Sep 17 00:00:00 2001 From: jeongjaino Date: Thu, 5 Oct 2023 12:32:22 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20#14=20:=20feature=20Module=20model,?= =?UTF-8?q?=20domain=20=EC=A2=85=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/auth/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/auth/build.gradle.kts b/feature/auth/build.gradle.kts index 2caed247..0850c6c7 100644 --- a/feature/auth/build.gradle.kts +++ b/feature/auth/build.gradle.kts @@ -22,6 +22,8 @@ android { } dependencies { + implementation(project(":core:domain")) + implementation(project(":core:model")) implementation(project(":core:designresource")) implementation(project(":core:designsystem"))