blob: d6c7c94bc9e352a0374b3cc3538efe856a129566 [file] [log] [blame] [edit]
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.5.10
# Sets maven path for the kotlin version other than release
#kotlinCompilerRepo=
# Use custom Kotlin/Native home:
kotlin.native.home=../../dist
# Increase memory for in-process compiler execution.
org.gradle.jvmargs=-Xmx3g