© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Romman Sabbir
An engineer with extensive Android experience | Kotlin, Spring Boot, Compose, Swift, Swift UI
Qualifiers in Hilt Qualifiers in Hilt are used to disambiguate between multiple bindings of the same type. They allow us to differentiate between different implementations of an interface or class, ensuring that the correct dependency is provided whe...
alicia beltran
Hi, thanks for your sample, and explanatio. I want to know where should be defined those new annotations? inside the same module where it can be used?
You can place the code in a Kotlin Class/File under the same package. Just make sure the new annotations is accessible.
alicia beltran
Hi, thanks for your sample, and explanatio. I want to know where should be defined those new annotations? inside the same module where it can be used?