You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, since this issue, I'm trying to build @HiltAndroidApp manually with the help of hilt-android-compiler-2.51.jar, and is dagger.hilt.android.processor.internal.androidentrypoint.AndroidEntryPointProcessor the entrance class? I want to use a @AutoService({Processor.class}) Processor class that could help to build @HiltAndroidApp, thanks very much.
The text was updated successfully, but these errors were encountered:
And I use dagger.hilt.android.processor.internal.androidentrypoint.AndroidEntryPointProcessor to build @AndroidEntryPoint for activity could compile successfully and get Hilt_XXXActivity, but build @HiltAndroidApp had never succeeded and Hilt_XXXApplication was not generated. :(
Hi, since this issue, I'm trying to build
@HiltAndroidApp
manually with the help ofhilt-android-compiler-2.51.jar
, and isdagger.hilt.android.processor.internal.androidentrypoint.AndroidEntryPointProcessor
the entrance class? I want to use a@AutoService({Processor.class})
Processor class that could help to build@HiltAndroidApp
, thanks very much.The text was updated successfully, but these errors were encountered: