mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-05 07:40:00 +00:00
17 lines
No EOL
585 B
Properties
17 lines
No EOL
585 B
Properties
# Android
|
|
android.nonTransitiveRClass=true
|
|
android.nonFinalResIds=true
|
|
# Gradle
|
|
org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=1g
|
|
org.gradle.configureondemand=false
|
|
#org.gradle.configuration-cache=true
|
|
# Kotlin
|
|
kotlin.code.style=official
|
|
# K/N release builds run LLVM with -opt, which needs a lot of heap
|
|
# (4GB is enough for debug, not for optimized release).
|
|
kotlin.daemon.jvmargs=-Xmx10g
|
|
kotlin.native.binary.memoryModel=experimental
|
|
kotlin.native.binary.freezing=disabled
|
|
kotlin.native.ignoreDisabledTargets=true
|
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
|
android.useAndroidX=true |