fix: enable buildConfig feature for Android Gradle Plugin 8.x

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
renjianbo
2026-05-22 00:03:33 +08:00
parent 97ad453e89
commit 230fb8c82a

View File

@@ -53,6 +53,9 @@ android {
dataBinding{
enabled=true
}
buildFeatures {
buildConfig true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8