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

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

View File

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