Android Studio – Fixing the "Build Type contains custom BuildConfig fields, but the feature is disabled" error w/ buildConfigField
In the new version of Android Studio (Flamingo | 2022.2.1 Canary 9) with the org.jetbrains.kotlin (1.8.0-Beta) plugin and 8.0.0-alpha09 gradle plugin, a new build suddenly gets this error: Build Type 'release' contains custom BuildConfig fields, but the feature is disabled.…