utilsの依存関係にmodelを追加

This commit is contained in:
r-ca 2023-12-25 15:31:39 +09:00
parent ce3565c082
commit 453fa4c4cf
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -37,5 +37,6 @@ dependencies {
implementation libs.com.google.dagger.hilt.android implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler annotationProcessor libs.com.google.dagger.hilt.compiler
// // model
implementation project(':model')
} }