Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hilt/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,8 @@ Component | Default Bindings

[^2]: The `Application` binding is available using either `@ApplicationContext
Context` or `Application`.
[^3]: `@ActivityRetainedSavedState SavedStateHandle`must be used with
`@OptIn(UnstableApi.class)`. This binding relies on an experimental
implementation to lazily create `SavedStateHandle`, which should be safe
to rely on, but it is still possible that a future release may remove the
binding if a bug is uncovered.
Loading