ironOS native ios app
1# Project-wide Gradle settings.
2org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
3org.gradle.parallel=true
4org.gradle.caching=true
5org.gradle.configuration-cache=true
6
7# AndroidX package structure
8android.useAndroidX=true
9
10# Kotlin code style
11kotlin.code.style=official
12
13# Enables namespacing of each library's R class
14android.nonTransitiveRClass=true
15
16# Suppress warnings for Kotlin options
17kotlin.options.suppressFreeCompilerArgsModificationWarning=true
18android.defaults.buildfeatures.resvalues=true
19android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
20android.enableAppCompileTimeRClass=false
21android.usesSdkInManifest.disallowed=false
22android.uniquePackageNames=false
23android.dependency.useConstraints=true
24android.r8.strictFullModeForKeepRules=false
25android.r8.optimizedResourceShrinking=false
26android.builtInKotlin=false
27android.newDsl=false