aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 3211eb8..0556818 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -10,4 +10,7 @@ android.useAndroidX=true
#MPP
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
-kotlin.mpp.enableCInteropCommonization=true \ No newline at end of file
+kotlin.mpp.enableCInteropCommonization=true
+android.defaults.buildfeatures.buildconfig=true
+android.nonTransitiveRClass=false
+android.nonFinalResIds=false \ No newline at end of file