Enable build experimental build cache

This commit is contained in:
michaldrabik
2025-07-06 08:50:10 +02:00
parent 059f61b90f
commit 3bc7d5622e

View File

@@ -19,4 +19,6 @@ android.useAndroidX=true
# Stop generating the BuildConfig file by default on all your android modules
android.defaults.buildfeatures.buildconfig=false
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.nonFinalResIds=false
# Experimental feature to enable the configuration cache.
org.gradle.configuration-cache=true