Migrated buildconfig

This commit is contained in:
Sylvain Berfini 2024-05-23 09:15:33 +02:00
parent 3a2757d962
commit c927a83aa5
2 changed files with 1 additions and 1 deletions

View file

@ -150,6 +150,7 @@ android {
buildFeatures { buildFeatures {
dataBinding = true dataBinding = true
buildConfig = true
} }
lint { lint {

View file

@ -21,7 +21,6 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies, # resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library # thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=true android.nonFinalResIds=true
kotlin.experimental.tryK2=true kotlin.experimental.tryK2=true
LinphoneSdkBuildDir= LinphoneSdkBuildDir=