Files
kotlin-fork/samples/calculator/gradle.properties
T
Ilya Matveev ad58a55e03 Update Kotlin version in samples and Dockerfile
1.3.40-dev-1480 for samples.
1.3.30 for the Dockerfile (it reflects the latest K/N release).
2019-04-17 13:30:56 +07:00

13 lines
276 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.3.40-dev-1480
# Use custom Kotlin/Native home:
org.jetbrains.kotlin.native.home=../../../dist