aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-20 13:52:14 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-20 14:35:54 +0200
commite5333cbc3b5649d449bcddca5940355203feb1ae (patch)
treeda2b510740cc379eb74bb4461d32c01eab3b1430 /gradle.properties
parent285f667b51b4b371bb5e3bb1cedc9c37aead3546 (diff)
downloaddokka-e5333cbc3b5649d449bcddca5940355203feb1ae.tar.gz
dokka-e5333cbc3b5649d449bcddca5940355203feb1ae.tar.bz2
dokka-e5333cbc3b5649d449bcddca5940355203feb1ae.zip
Update compiler version to 1.4.0-rc-173
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 26872759..a1286fcf 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,7 +2,7 @@ dokka_version_base=1.4.0-rc
dokka_publication_channel=dokka
# Kotlin compiler and plugin
-kotlin_version=1.4-M3
+kotlin_version=1.4.0-rc-173
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