Javier
01/06/2021, 12:25 PMgradlew allTests
is not running allTests
for androidTest
source set, so I have to use gradlew test
, is there a way to force allTests
to detect the android tests? I could do something like allTests dependsOn test but should be great allTest
just works by default with themJavier
01/06/2021, 12:28 PMgradlew check
instead of gradlew allTests
, it maybe is a shortcut for the dependsOn workaround I mentioned