Dagger-Hilt for older Gradle version

Viewed 147

For DI I am using Dagger-Hilt from Google dev. My Hilt version is 2.28-alpha. When I sync my project, I get

"Minimum supported Gradle version is 5.6.4. Current version is 5.4.1"

At the moment my current project doesn't allow me to upgrade my old gradle version. Is there an older version than my Hilt version that is compatible with my gradle version? Is there a way around this?

0 Answers
Related