iosched icon indicating copy to clipboard operation
iosched copied to clipboard

no com.google.dagger:hilt-android dependency was found

Open dmbrechko opened this issue 3 years ago • 1 comments

Android Studio Bumblebee 2021.1.1 Patch 1 Gradle build fails with exception:

  • Exception is: org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':mobile'. Caused by: java.lang.IllegalStateException: The Hilt Android Gradle plugin is applied but no com.google.dagger:hilt-android dependency was found. at dagger.hilt.android.plugin.HiltGradlePlugin.verifyDependencies(HiltGradlePlugin.kt:471) at dagger.hilt.android.plugin.HiltGradlePlugin.apply$lambda-2(HiltGradlePlugin.kt:73)

dmbrechko avatar Feb 28 '22 15:02 dmbrechko

Requires updation of AGP & Hilt gradle plugin. Already opened this PR to get this issue resolved.

Damercy avatar Mar 12 '22 20:03 Damercy