blob: ff245336b3f16e162ba85fe420c83a50ad285f45 [file] [log] [blame]
Leonid Startsev8642a1f2018-04-03 17:38:39 +03001#
Leonid Startsev621dbf82022-07-04 11:43:06 +02002# 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
Leonid Startseve997d3e2023-11-30 12:50:10 +01006version=1.6.3-SNAPSHOT
Leonid Startsev45aa7c72019-04-23 21:29:03 +03007
Leonid Startseve997d3e2023-11-30 12:50:10 +01008kotlin.version=1.9.21
Leonid Startsev45aa7c72019-04-23 21:29:03 +03009
Leonid Startsev8a2c1c02023-02-24 16:21:56 +010010# This version takes precedence if 'bootstrap' property passed to project
11kotlin.version.snapshot=1.9.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
Ignat Beresnevc01b19f2023-04-17 19:02:53 +020016dokka_version=1.8.10
Vsevolod Tolstopyatovd3d2dca2020-10-03 06:18:32 -070017native.deploy=
Leonid Startsevfd75d352023-06-26 18:42:58 +020018validator_version=0.13.2
Vsevolod Tolstopyatoved1b0572023-08-07 10:52:24 +020019knit_version=0.5.0-Beta
Vsevolod Tolstopyatov57deef62022-11-24 15:07:45 +010020# Only for tests
21coroutines_version=1.6.4
Vsevolod Tolstopyatov51ccccf2021-11-22 19:50:18 +030022kover_version=0.4.2
Leonid Startsev6ac49022023-10-18 16:04:52 +020023okio_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"