Is there a way to make Hilt skip the component generation for specific test classes? I don't want to run kapt on instrumentation tests that can satisfy all its dependencies through normal ctor.
If I try to run them, the test will crash because the Runner uses
HiltTestApplication
and throws when the test class is not annotated with
HiltAndroidTest