forked from guardianproject/orbot-android
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (21 loc) · 783 Bytes
/
Copy pathgradle.properties
File metadata and controls
21 lines (21 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
android.builtInKotlin=true
android.dependency.useConstraints=true
android.enableJetifier=false
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
android.newDsl=true
android.uniquePackageNames=false
android.useAndroidX=true
kotlin.code.style=official
kotlin.incremental=true
kotlin.incremental.usePreciseJavaTracking=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.max-problems=0
org.gradle.configureondemand=true
org.gradle.console=colored
org.gradle.java.installations.auto-detect=true
org.gradle.java.installations.auto-download=true
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.gradle.parallel=true
org.gradle.tooling.parallel=true
org.gradle.workers.max=8