I added androidx startup too, and probably ran int...
# dagger
z
I added androidx startup too, and probably ran into the same issue in UI tests using Hilt :
Copy code
androidx.startup.StartupException: java.lang.IllegalStateException: The component was not created. Check that you have added the HiltAndroidRule.
@Marko Novakovic Have you managed to fix the issue? I tried adding @EarlyEntryPoint instead of @EntryPoint. One possible problem is that we have a few Java tests that do not use the HiltAndroidRule. But if I run only a single test that does, the application is still crashing before any tests.