Cache full Gradle build directories in CI instead of ProGuard export only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-14 00:55:51 +03:00
Unverified
parent a3d0c65c78
commit 53bd94e0ee
4 changed files with 32 additions and 21 deletions
+1
View File
@@ -35,5 +35,6 @@ android.r8.optimizedResourceShrinking=true
android.bundle.enableNativeLibraryCompressionInApk=true
# Configuration cache can surface noisy IDE/sync issues on some setups; turn on when stable.
org.gradle.configuration-cache=false
org.gradle.caching=true
# Windows CI hosts cannot run iOS simulator tests; suppress KMP disabled-target noise.
kotlin.native.ignoreDisabledTargets=true