A problem occurred configuring project ':cloud_firestore'.
> com.android.builder.errors.EvalIssueException: defaultConfig contains custom BuildConfig fields, but the feature is disabled.
To enable the feature, add the following to your module-level build.gradle:
`android.buildFeatures.buildConfig true`
모든 환경을 다 설치 한 후 빌드를 했더니 이런 오류가 발생합니다.
defaultConfig를 buildTypes의 release 안에 자동완성이 되길래 true로 설정했더니 존재하지 않는 설정이라고 뜨더라구요.
어떻게 해야할까요