From 6347d4cde88ab5dc1166bb35327ccfe253f2d574 Mon Sep 17 00:00:00 2001 From: Hepolise Date: Tue, 19 Aug 2025 23:03:13 +0300 Subject: [PATCH] Migrate BuildConfig to Gradle Build Files --- app/build.gradle.kts | 3 +++ gradle.properties | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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