2022-03-22 15:51:45 +00:00
|
|
|
## For more details on how to configure your build environment visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
#
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
|
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
#
|
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
# org.gradle.parallel=true
|
|
|
|
#Tue Mar 22 16:50:00 CET 2022
|
2022-10-22 18:47:38 +00:00
|
|
|
#Gradle
|
|
|
|
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
|
|
|
|
|
|
|
#Kotlin
|
2022-03-22 14:35:23 +00:00
|
|
|
kotlin.code.style=official
|
2022-10-22 18:47:38 +00:00
|
|
|
|
|
|
|
#Android
|
2022-03-22 14:35:23 +00:00
|
|
|
android.useAndroidX=true
|
2022-10-22 18:47:38 +00:00
|
|
|
kotlin.native.enableDependencyPropagation=false
|
|
|
|
#android.nonTransitiveRClass=true
|
2022-03-22 15:51:45 +00:00
|
|
|
android.enableJetifier=true
|
2022-10-22 18:47:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
#MPP
|
|
|
|
kotlin.mpp.enableCInteropCommonization=true
|
2022-03-22 14:35:23 +00:00
|
|
|
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
2022-10-22 18:47:38 +00:00
|
|
|
|
|
|
|
|
2022-08-17 08:43:56 +00:00
|
|
|
org.gradle.parallel=true
|
2022-08-17 20:27:55 +00:00
|
|
|
org.gradle.caching=true
|
2022-08-17 08:43:56 +00:00
|
|
|
ignoreGitVersion=false
|
2022-10-22 18:47:38 +00:00
|
|
|
kotlin.native.cacheKind.iosX64=none
|
2022-08-19 20:30:27 +00:00
|
|
|
pushCache=true
|