Configure Hilt dependency injection with proper scoping, modules, and constructor injection in Android. Use when changing the production Hilt graph; defer test overrides, Room wiring, navigation-specific scopes, and generic DI explanations to their specific skills.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Application class with @HiltAndroidApp.@AndroidEntryPoint.See module templates for bootstrap and module examples.
@Binds (abstract class) over @Provides when possible — generates smaller code.@InstallIn (SingletonComponent, ViewModelComponent).See module templates for @Binds examples.
@Inject constructor(...) over field injection.@AssistedInject for runtime parameters.405cdd5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.