blob: 099a38f63c554b29efe05bdf5c57cf37bc19fce5 [file] [log] [blame]
Leonid Startsev8642a1f2018-04-03 17:38:39 +03001#
Clara Fok93e18122024-04-23 10:28:10 -07002# Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Leonid Startsev8642a1f2018-04-03 17:38:39 +03003#
4
Leonid Startsev45aa7c72019-04-23 21:29:03 +03005group=org.jetbrains.kotlinx
Clara Fok93e18122024-04-23 10:28:10 -07006version=1.6.4-SNAPSHOT
Leonid Startsev45aa7c72019-04-23 21:29:03 +03007
Clara Fok93e18122024-04-23 10:28:10 -07008kotlin.version=1.9.22
Leonid Startsev45aa7c72019-04-23 21:29:03 +03009
Clara Fok93e18122024-04-23 10:28:10 -070010# This version takes precedence if 'bootstrap' property passed to project
11kotlin.version.snapshot=2.0.255-SNAPSHOT
Vsevolod Tolstopyatovd3d2dca2020-10-03 06:18:32 -070012# Also set KONAN_LOCAL_DIST environment variable in bootstrap mode to auto-assign konan.home
Leonid Startsev45aa7c72019-04-23 21:29:03 +030013
14junit_version=4.12
Vsevolod Tolstopyatov7c5069c2019-12-26 19:52:04 +030015jackson_version=2.10.0.pr1
Clara Fok93e18122024-04-23 10:28:10 -070016dokka_version=1.9.10
Vsevolod Tolstopyatovd3d2dca2020-10-03 06:18:32 -070017native.deploy=
Clara Fok93e18122024-04-23 10:28:10 -070018validator_version=0.13.2
19knit_version=0.5.0
20# Only for tests
21coroutines_version=1.6.4
Vsevolod Tolstopyatov51ccccf2021-11-22 19:50:18 +030022kover_version=0.4.2
Clara Fok93e18122024-04-23 10:28:10 -070023okio_version=3.6.0
Leonid Startseve721ebe2021-10-29 14:41:49 +030024
25kover.enabled=true
Leonid Startsevbecc4202018-05-07 19:29:31 +030026
Leonid Startsev5b515ad2021-05-18 18:33:26 +030027org.gradle.parallel=true
Leonid Startsevd656e5a2019-06-14 12:06:23 +030028org.gradle.caching=true
Leonid Startsevb319ba12019-02-14 15:26:12 +030029
Vsevolod Tolstopyatovca54a562019-12-24 16:33:56 +030030#kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007
31#kotlin.native.disableCompilerDaemon=true
Sergey Igushkinc5f1af62020-05-26 15:54:39 +030032
33kotlin.native.distribution.type=prebuilt
34
Vsevolod Tolstopyatovaac42452020-07-07 22:30:58 +030035org.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"