Evan
08/19/2020, 9:43 PMandroidTest and androidAndroidTest interact?
I can’t run instrumentation tests unless I comment out `androidTest`’s dependencies due to a duplicate class exception. Also, my androidTest unit tests don’t pass if I have dependencies in androidAndroidTest, but they pass once I comment the instrumentation dependencies out.Evan
08/19/2020, 9:45 PMvincentm
02/09/2022, 1:08 PMvincentm
02/10/2022, 9:01 AM