From 1a33da2537e6a5de26c7de0561a8c12ee799634b Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 14 Dec 2023 10:45:14 -0500 Subject: [PATCH] Moving buildConfig to DSL --- 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 eddb261d0..fb0726867 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,6 +134,7 @@ android { buildFeatures { compose true + buildConfig true } composeOptions { diff --git a/gradle.properties b/gradle.properties index 67993555c..96f15c5ef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=false \ No newline at end of file