diff --git a/app/build.gradle b/app/build.gradle index 92befcda..30b0d607 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,6 +58,9 @@ dependencies { // implementation project(':data:source:preference') // implementation project(':data') + + implementation project(':shared:ui') + // Hilt (DI) implementation libs.com.google.dagger.hilt.android annotationProcessor libs.com.google.dagger.hilt.compiler