-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (20 loc) · 953 Bytes
/
gradle.properties
File metadata and controls
21 lines (20 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
android.useAndroidX=true
android.nonTransitiveRClass=true
kotlin.code.style=official
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+EnableDynamicAgentLoading
# Workaround for AGP "Cannot fingerprint input property 'compileVersionMap'" issue
# This disables the check that causes the serialization failure in recent AGP versions.
android.dependency.compile.classpath.check=false
android.dependency.runtime.classpath.check=false
# Hilt specific dependency check disable
hilt.checkDeps=false
# Disable configuration cache as it often conflicts with this specific AGP bug
org.gradle.configuration-cache=false
# Performance and suppression flags
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
android.uniquePackageNames=false
android.dependency.useConstraints=true
android.r8.strictFullModeForKeepRules=false
android.disallowKotlinSourceSets=false
org.gradle.caching=false
android.experimental.disableCompileClasspathSnapshot=true