I think this issue is due to the deprecation of buildConfigField (from android.packageBuildConfig).
Try adding the following line to gradle.properties:
gradle.properties
android.defaults.buildfeatures.buildconfig=true