32 lines
1.3 KiB
Properties
32 lines
1.3 KiB
Properties
|
org.gradle.jvmargs=-Xmx10g -Xss1024k -XX:ParallelGCThreads=8 -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=5g -Dkotlin.daemon.jvm.options\="-Xmx10g"
|
||
|
org.gradle.parallel=true
|
||
|
org.gradle.configureondemand=true
|
||
|
org.gradle.caching=true
|
||
|
systemProp.https.protocols=TLSv1.3,TLSv1.2,TLSv1.1
|
||
|
systemProp.jdk.tls.client.protocols=TLSv1.3,TLSv1.2,TLSv1.1
|
||
|
android.useAndroidX=true
|
||
|
android.enableJetifier=true
|
||
|
android.nonTransitiveRClass=true
|
||
|
android.suppressUnsupportedCompileSdk=UpsideDownCake
|
||
|
android.debug.obsoleteApi=false
|
||
|
# Kotlin code style for this project: "official" or "obsolete":
|
||
|
kotlin.code.style=official
|
||
|
kotlin.build.report.output=file
|
||
|
vcsInfo.include=true
|
||
|
# android.enableVcsInfo=true
|
||
|
# Enables namespacing of each library's R class so that its R class includes only the
|
||
|
# resources declared in the library itself and none from the library's dependencies,
|
||
|
# thereby reducing the size of the R class for that library
|
||
|
# Enable R8 full mode.
|
||
|
android.enableR8.fullMode=true
|
||
|
# Only for Debug
|
||
|
android.injected.testOnly=false
|
||
|
#kotlin incremental
|
||
|
kotlin.incremental=true
|
||
|
kotlin.incremental.java=true
|
||
|
kotlin.caching.enabled=true
|
||
|
#MPP
|
||
|
kotlin.mpp.enableCInteropCommonization=true
|
||
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||
|
firebasePerformanceInstrumentationEnabled=true
|