Enable BuildConfig through buildFeatures, not gradle.properties.

This commit is contained in:
Jameson Williams
2024-10-30 00:16:03 -05:00
committed by Greyson Parrelli
parent df83611b55
commit f7efe28bb7
4 changed files with 6 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ android {
}
buildFeatures {
buildConfig = true
compose = true
}