ad58a55e03
1.3.40-dev-1480 for samples. 1.3.30 for the Dockerfile (it reflects the latest K/N release).
13 lines
273 B
Properties
13 lines
273 B
Properties
kotlin.code.style=official
|
|
|
|
# Run parallel builds in Gradle:
|
|
org.gradle.parallel=true
|
|
|
|
# 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
|
|
org.gradle.workers.max=4
|