diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fe188da..da86b28 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,6 +36,9 @@ android { } namespace = "ru.hepolise.volumekeytrackcontrolmodule" + buildFeatures { + buildConfig = true + } } dependencies { diff --git a/gradle.properties b/gradle.properties index 022338b..2a7ec69 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,5 +21,4 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=false \ No newline at end of file