13 lines
267 B
Properties
13 lines
267 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.61
|
|
|
|
# Use custom Kotlin/Native home:
|
|
org.jetbrains.kotlin.native.home=../../../dist
|