依存関係追加

This commit is contained in:
Fuchimoto1234 2023-12-19 10:36:27 +09:00
parent a78e60416d
commit 59a35cbb4a

View File

@ -47,4 +47,7 @@ dependencies {
// DI
implementation project(':data')
//model
implementation project(':model')
}