Skip to content

Commit ff8eec7

Browse files
erokhinswoainikk
authored andcommitted
Advance kotlin to 1.4.20-M1-34
1 parent b606cc9 commit ff8eec7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

gradle.properties

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
#
44

55
# Kotlin
6-
version=1.4.2-SNAPSHOT
6+
version=1.3.9-native-mt-SNAPSHOT
77
group=org.jetbrains.kotlinx
8-
kotlin_version=1.4.20
8+
kotlin_version=1.4.20-M1-34
99

1010
# Dependencies
1111
junit_version=4.12
1212
atomicfu_version=0.14.4
13-
knit_version=0.2.3
13+
knit_version=0.1.3
1414
html_version=0.6.8
15-
lincheck_version=2.10
15+
lincheck_version=2.7.1
1616
dokka_version=0.9.16-rdev-2-mpp-hacks
1717
byte_buddy_version=1.10.9
18-
reactor_version=3.4.1
18+
reactor_version=3.2.5.RELEASE
1919
reactive_streams_version=1.0.2
2020
rxjava2_version=2.2.8
2121
rxjava3_version=3.0.2
2222
javafx_version=11.0.2
2323
javafx_plugin_version=0.0.8
24-
binary_compatibility_validator_version=0.3.0
24+
binary_compatibility_validator_version=0.2.2
2525
blockhound_version=1.0.2.RELEASE
2626
jna_version=5.5.0
2727

@@ -47,17 +47,18 @@ jsdom_global_version=3.0.2
4747
kotlin.incremental.multiplatform=true
4848
kotlin.native.ignoreDisabledTargets=true
4949

50-
# Site generation
50+
# Site deneration
5151
jekyll_version=4.0
5252

53-
# JS IR backend sometimes crashes with out-of-memory
53+
# JS IR baceknd sometimes crashes with out-of-memory
5454
# TODO: Remove once KT-37187 is fixed
5555
org.gradle.jvmargs=-Xmx2g
5656

5757
# Workaround for Bintray treating .sha512 files as artifacts
5858
# https://github.com/gradle/gradle/issues/11412
5959
systemProp.org.gradle.internal.publish.checksums.insecure=true
6060

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.
6263
#kotlin.mpp.enableGranularSourceSetsMetadata=true
6364
kotlin.mpp.enableCompatibilityMetadataVariant=true

0 commit comments

Comments
 (0)