Files
kotlin-fork/samples/androidNativeActivity/gradle.properties
T
2020-08-14 14:23:15 +07:00

17 lines
385 B
Properties

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