Android Studio – Plugin [id: 'dagger.hilt.android.plugin'] was not found in any of the following sources
I get the following warning when I want to use @AndroidEntryPoint which is a property of hilt in my project. Expected @AndroidEntryPoint to have a value. Did you forget to apply the Gradle Plugin? (dagger.hilt.android.plugin) When I try to add…