JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package dagger.hilt.migration
package
dagger.hilt.migration
This package contains APIs to help migrating a codebase to Hilt.
See Also:
Migration to Hilt
Related Packages
Package
Description
dagger.hilt
This package contains the core APIs for Hilt.
dagger.hilt.android
This package contains Hilt APIs for Android applications.
dagger.hilt.codegen
This package contains APIs for code generators that produce code that will be processed by Hilt.
dagger.hilt.components
This package contains Hilt's built-in
Component
s.
dagger.hilt.testing
This package contains APIs for writing tests with Hilt.
Annotation Interfaces
Class
Description
AliasOf
Defines an alias between an existing Hilt scope and the annotated scope.
DisableInstallInCheck
Marks a
Module
-annotated class to allow it to have no
InstallIn
annotation.