scana
12/22/2023, 11:42 AMtestDebug
task is being called.
Using Anvil right now with generateDaggerFactories
flag for regular app building flow but we have to use kaptTest
to build local Dagger components in tests.
I feel like this causes unnecessary stub generation tasks to run for regular compilation and was wondering if I could get rid of it somehow while keeping KAPT in tests. think smartBrais Gabin
12/25/2023, 12:03 PM