diff --git a/utils/build.gradle b/utils/build.gradle index db7197a6..1aab90c9 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -37,5 +37,6 @@ dependencies { implementation libs.com.google.dagger.hilt.android annotationProcessor libs.com.google.dagger.hilt.compiler - // + // model + implementation project(':model') } \ No newline at end of file