From 564ca740633aef940da6c73b6d223cec8f08db73 Mon Sep 17 00:00:00 2001 From: Infi Date: Thu, 28 Mar 2024 03:54:13 +0100 Subject: [PATCH] refactor: buildconfig to dsl Signed-off-by: Infi --- app/build.gradle | 1 + gradle.properties | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b958d5c8..c18795f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,6 +140,7 @@ android { buildFeatures { viewBinding true compose true + buildConfig true } composeOptions { kotlinCompilerExtensionVersion compose_compiler_version diff --git a/gradle.properties b/gradle.properties index 32f4629b..675c2004 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,5 @@ 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 org.gradle.configuration-cache=true \ No newline at end of file