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
4 changes: 2 additions & 2 deletions hilt/custom-inject.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ injecting fields. In this case, you can use
[`@CustomInject`](https://dagger.dev/api/latest/dagger/hilt/android/migration/CustomInject.html)
to control if/when the application is injected.

When you annotate your `@HiltAndroidApp` application class with
`@CustomInject`, the injection no longer happens in `onCreate`. You can then use
When you annotate your `@HiltAndroidApp` application class with `@CustomInject`,
the injection no longer happens in `onCreate`. You can then use
[`CustomInjection`](https://dagger.dev/api/latest/dagger/hilt/android/migration/CustomInjection.html)
to inject your application at a time of your choosing.

Expand Down