Files
gkd/gradle.properties

5 lines
210 B
INI

org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=2g
org.gradle.caching=true
org.gradle.configuration-cache=true
kotlin.code.style=official