when upgrading to android-studio 3.4.x/gradle build plugin 3.4.x /gradle 5.3 ... wondering if its an issue with the android plugin.
ERROR: No value has been spe
In my case the problem was I opted in for incremental option
To solve the problem
open gradle.properties file and remove line
gradle.properties
kapt.incremental.apt=true //remove or comment this line