I'm looking at the developer doc
for the latest version to use Dagger Hilt
, but I can't find a version similar to what I've seen on the web.
In other web sample code that uses hilt
, I added hilt version 2.28
or 2.41
to gradle, but I can't find any similar version in developer doc.
Did something change?