-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (20 loc) · 640 Bytes
/
gradle.properties
File metadata and controls
29 lines (20 loc) · 640 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
26
27
28
29
#Gradle
org.gradle.jvmargs=-Xms4g -Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
kotlin.daemon.jvmargs=-Xms4g -Xmx4g -XX:+UseParallelGC
org.gradle.caching=true
org.gradle.configuration-cache=true
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
releaseBuild=false
android.nonFinalResIds=false
kotlin.mpp.androidSourceSetLayoutVersion=2
## Composite Builds
macOsAppStoreRelease=false
kotlin.native.ignoreDisabledTargets=true
android.experimental.lint.useK2Uast=false
android.lint.useK2Uast=false