• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3#
4
5group=org.jetbrains.kotlinx
6version=1.7.4-SNAPSHOT
7jdk_toolchain_version=11
8# This version takes precedence if 'bootstrap' property passed to project
9kotlin.version.snapshot=2.0.255-SNAPSHOT
10# Also set KONAN_LOCAL_DIST environment variable in bootstrap mode to auto-assign konan.home
11
12native.deploy=
13# Only for tests
14
15kover.enabled=true
16
17org.gradle.parallel=true
18org.gradle.caching=true
19
20#kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007
21#kotlin.native.disableCompilerDaemon=true
22
23kotlin.native.distribution.type=prebuilt
24
25org.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"
26