Hilt promotes monolith components, meaning all activity, fragment or any other type is bound in a single large component.
So when we have multiple activities we don't have binding for each activity like LoginActivity/HomeActivity instead all of them are bound as Activity (the super type).