3
3
#
4
4
5
5
# Kotlin
6
- version =1.4.2 -SNAPSHOT
6
+ version =1.3.9-native-mt -SNAPSHOT
7
7
group =org.jetbrains.kotlinx
8
- kotlin_version =1.4.20
8
+ kotlin_version =1.4.20-M1-34
9
9
10
10
# Dependencies
11
11
junit_version =4.12
12
12
atomicfu_version =0.14.4
13
- knit_version =0.2 .3
13
+ knit_version =0.1 .3
14
14
html_version =0.6.8
15
- lincheck_version =2.10
15
+ lincheck_version =2.7.1
16
16
dokka_version =0.9.16-rdev-2-mpp-hacks
17
17
byte_buddy_version =1.10.9
18
- reactor_version =3.4.1
18
+ reactor_version =3.2.5.RELEASE
19
19
reactive_streams_version =1.0.2
20
20
rxjava2_version =2.2.8
21
21
rxjava3_version =3.0.2
22
22
javafx_version =11.0.2
23
23
javafx_plugin_version =0.0.8
24
- binary_compatibility_validator_version =0.3.0
24
+ binary_compatibility_validator_version =0.2.2
25
25
blockhound_version =1.0.2.RELEASE
26
26
jna_version =5.5.0
27
27
@@ -47,17 +47,18 @@ jsdom_global_version=3.0.2
47
47
kotlin.incremental.multiplatform =true
48
48
kotlin.native.ignoreDisabledTargets =true
49
49
50
- # Site generation
50
+ # Site deneration
51
51
jekyll_version =4.0
52
52
53
- # JS IR backend sometimes crashes with out-of-memory
53
+ # JS IR baceknd sometimes crashes with out-of-memory
54
54
# TODO: Remove once KT-37187 is fixed
55
55
org.gradle.jvmargs =-Xmx2g
56
56
57
57
# Workaround for Bintray treating .sha512 files as artifacts
58
58
# https://github.com/gradle/gradle/issues/11412
59
59
systemProp.org.gradle.internal.publish.checksums.insecure =true
60
60
61
- # todo:KLUDGE: This is commented out, and the property is set conditionally in build.gradle, because IDEA doesn't work with it.
61
+ # This is commented out, and the property is set conditionally in build.gradle, because 1.3.71 doesn't work with it.
62
+ # Once this property is set by default in new versions or 1.3.71 is dropped, either uncomment or remove this line.
62
63
# kotlin.mpp.enableGranularSourceSetsMetadata=true
63
64
kotlin.mpp.enableCompatibilityMetadataVariant =true
0 commit comments