• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3#
4
5# Kotlin
6version=1.4.1-SNAPSHOT
7group=org.jetbrains.kotlinx
8kotlin_version=1.4.0
9
10# Dependencies
11junit_version=4.12
12atomicfu_version=0.14.4
13knit_version=0.2.2
14html_version=0.6.8
15lincheck_version=2.7.1
16dokka_version=0.9.16-rdev-2-mpp-hacks
17byte_buddy_version=1.10.9
18reactor_version=3.2.5.RELEASE
19reactive_streams_version=1.0.2
20rxjava2_version=2.2.8
21rxjava3_version=3.0.2
22javafx_version=11.0.2
23javafx_plugin_version=0.0.8
24binary_compatibility_validator_version=0.2.2
25blockhound_version=1.0.2.RELEASE
26jna_version=5.5.0
27
28# Android versions
29android_version=4.1.1.4
30androidx_annotation_version=1.1.0
31robolectric_version=4.0.2
32baksmali_version=2.2.7
33
34# JS
35kotlin.js.compiler=both
36gradle_node_version=1.2.0
37node_version=8.9.3
38npm_version=5.7.1
39mocha_version=6.2.2
40mocha_headless_chrome_version=1.8.2
41mocha_teamcity_reporter_version=3.0.0
42source_map_support_version=0.5.16
43jsdom_version=15.2.1
44jsdom_global_version=3.0.2
45
46# Settings
47kotlin.incremental.multiplatform=true
48kotlin.native.ignoreDisabledTargets=true
49
50# Site generation
51jekyll_version=4.0
52
53# JS IR backend sometimes crashes with out-of-memory
54# TODO: Remove once KT-37187 is fixed
55org.gradle.jvmargs=-Xmx2g
56
57# Workaround for Bintray treating .sha512 files as artifacts
58# https://github.com/gradle/gradle/issues/11412
59systemProp.org.gradle.internal.publish.checksums.insecure=true
60
61# todo:KLUDGE: This is commented out, and the property is set conditionally in build.gradle, because IDEA doesn't work with it.
62#kotlin.mpp.enableGranularSourceSetsMetadata=true
63kotlin.mpp.enableCompatibilityMetadataVariant=true
64