Files
kotlin-fork/kotlin-native/samples/androidNativeActivity/gradle.properties
T
2021-06-09 12:35:05 +00:00

16 lines
330 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.5.10
# Use custom Kotlin/Native home:
kotlin.native.home=../../dist
# Increase memory for in-process compiler execution.
org.gradle.jvmargs=-Xmx3g