Migrate the buildfeatures.buildconfig flag

This commit is contained in:
Jonas Lochmann 2024-07-29 02:00:00 +02:00
parent 1d9a1f1071
commit 5544883cc3
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
2 changed files with 1 additions and 1 deletions

View file

@ -50,6 +50,7 @@ android {
buildFeatures {
compose true
viewBinding true
buildConfig true
}
flavorDimensions 'api', 'channel', 'server'

View file

@ -7,7 +7,6 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
org.gradle.jvmargs=-Xmx4096m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit