From 4b5ddb4bff3473fc54d15a35ebb459720619e343 Mon Sep 17 00:00:00 2001 From: Dagger Team Date: Thu, 25 Sep 2025 10:12:18 -0700 Subject: [PATCH] Internal changes PiperOrigin-RevId: 811398575 --- hilt/custom-inject.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hilt/custom-inject.md b/hilt/custom-inject.md index 5c74bc72e7b..247969a3d82 100644 --- a/hilt/custom-inject.md +++ b/hilt/custom-inject.md @@ -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.