aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-23 15:11:15 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-23 15:53:45 +0200
commit10fbd60612b2668afa2e430851773741e6debcd6 (patch)
tree7087fa7aed781091d5710647292a8c219778eb3c /gradle.properties
parent4f11bcdb2bc8378a015663f9268984283ea18aad (diff)
downloaddokka-10fbd60612b2668afa2e430851773741e6debcd6.tar.gz
dokka-10fbd60612b2668afa2e430851773741e6debcd6.tar.bz2
dokka-10fbd60612b2668afa2e430851773741e6debcd6.zip
Update to Kotlin version 1.4.0-rc
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 95bbb076..0ddc85f7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@ dokka_publication_channel=dokka
dokka_integration_test_parallelism=2
# Versions
-kotlin_version=1.4.0-rc-173
+kotlin_version=1.4.0-rc
kotlin_plugin_version=1.4-M3-release-207
coroutines_version=1.3.7-1.4-M3
kotlinx_html_version=0.7.1-1.4-M3