Fix CI deprecation warnings

This commit is contained in:
2026-09-14 00:15:58 +03:00
Unverified
parent 9f9a1f9874
commit 192c2a6b38
12 changed files with 155 additions and 145 deletions
+3 -1
View File
@@ -34,4 +34,6 @@ android.enableR8.fullMode=true
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.configuration-cache=false
# Windows CI hosts cannot run iOS simulator tests; suppress KMP disabled-target noise.
kotlin.native.ignoreDisabledTargets=true