79527040

Date: 2025-03-22 06:40:53
Score: 2.5
Natty:
Report link

I have the same error

- Problem: In version catalog libs, alias 'hilt-gradle-plugin' is not a valid alias.

,That's how I fixed it by simply updating this the plugin from hilt-gradle-plugin inside gradle --> wrapper (libs.versions.tombl)

hilt-gradle-plugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }

to this correct one 

hilt-gradle = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt

enter image description here

Reasons:
  • Whitelisted phrase (-2): I fixed
  • RegEx Blacklisted phrase (1): I have the same error
  • Probably link only (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same error
  • Low reputation (0.5):
Posted by: Qadir Khan