What worked for me is adding this flag in gradle.properties file:
gradle.properties
android.defaults.buildfeatures.buildconfig= true
After that I had to run build command on my console
./gradlew build
Please see this blog for more