From 9e987f1994e28e7a1db9dadd6f9145781b276234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Mon, 8 Jul 2024 12:01:15 +0900 Subject: [PATCH] add depend --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 439df16..29e7382 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,6 +46,7 @@ dependencies { implementation project(':feature:child') implementation project(':feature:setting') implementation project(':feature:common') + implementation project(':feature:wallet') implementation project(':data')