After updating to Android Gradle plugin 3.6.0 (released Feb 24, 2020), several project independently started failing with:
3.6.0
No v
Change your classpath version to 3.5.0 inside your build.gradle, project level.
dependencies { classpath 'com.android.tools.build:gradle:3.5.0' }
I have the same issue and it solved.