after changing my gradle build file as written in the document, I get the following error for all my tasks:
Could not determine task dependencies: android: testDebug.
it's a subproject called android, so it could just be testDebug for others using gradle -android-test-plugin: 0.9. +
Does anyone know what the problem is?
source share