Files
kotlin-fork/samples/calculator/gradle.properties
T
Sergey Bogolepov da2a2b73e9 [samples] 1.4.10
2020-09-16 12:59:58 +07:00

16 lines
333 B
Properties

kotlin.code.style=official
# Run parallel builds in Gradle:
org.gradle.parallel=true
org.gradle.workers.max=4
# Pin Kotlin version:
# CHANGE_VERSION_WITH_RELEASE
kotlin_version=1.4.10
# Use custom Kotlin/Native home:
kotlin.native.home=../../../dist
# Increase memory for in-process compiler execution.
org.gradle.jvmargs=-Xmx3g