-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathgradle.properties
More file actions
26 lines (24 loc) · 808 Bytes
/
gradle.properties
File metadata and controls
26 lines (24 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
kotlin.code.style=official
android.useAndroidX=true
kotlin.version=1.8.0
agp.version=7.2.2
compose.version=1.3.0
android.injected.testOnly=false
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4096m -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true
org.gradle.vfs.watch=true
android.lifecycleProcessor.incremental=true
android.databinding.incremental=true
kotlin.incremental=true
kotlin.incremental.java=true
kotlin.caching.enabled=true
kotlin.parallel.tasks.in.project=true
kapt.incremental.apt=true
kapt.include.compile.classpath=false
kapt.verbose=true
org.gradle.unsafe.configuration-cache=on
org.gradle.unsafe.configuration-cache-problems=warn
org.gradle.unsafe.configuration-cache.max-problems=5