diff --git a/app/build.gradle b/app/build.gradle index 713deb2..082bdae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,6 @@ plugins { alias(libs.plugins.androidApplication) + id 'com.google.dagger.hilt.android' } android { diff --git a/build.gradle b/build.gradle index b82031c..da73d9c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { -alias(libs.plugins.androidApplication) apply false + alias(libs.plugins.androidApplication) apply false + id 'com.google.dagger.hilt.android' version '2.44' apply false alias(libs.plugins.androidLibrary) apply false } \ No newline at end of file