utilsを依存関係に追加, LoggerをInject

This commit is contained in:
ろむねこ 2024-01-19 15:07:23 +09:00
parent 1c87b73a5b
commit 42eb3d4c80
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -83,6 +83,8 @@ dependencies {
implementation project(':shared:ui')
implementation project(':utils')
// Hilt (DI)
implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler