diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-05-06 11:09:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 11:09:42 +0200 |
commit | 76c26f3325ebe0c06779fca09bbef0eefac5aa5a (patch) | |
tree | 2b39bcd386c90fe6311224acd0c3c765974dacb7 /gradle.properties | |
parent | 326048cd6ed3334a84e489dac8c692bc184709c0 (diff) | |
download | dokka-76c26f3325ebe0c06779fca09bbef0eefac5aa5a.tar.gz dokka-76c26f3325ebe0c06779fca09bbef0eefac5aa5a.tar.bz2 dokka-76c26f3325ebe0c06779fca09bbef0eefac5aa5a.zip |
Bump compiler to 1.5.0 (#1856)
* Bump compiler to 1.5.0
* Include Api changes
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 88b1fdcc..346b5a80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ # Project Settings -dokka_version_base=1.5 +dokka_version_base=1.5.0 dokka_publication_channels=bintray-kotlin-dev&space-dokka-dev dokka_integration_test_parallelism=2 # Versions -kotlin_version=1.4.32 -coroutines_version=1.4.1 +kotlin_version=1.5.0 +coroutines_version=1.4.3 kotlinx_html_version=0.7.3 -kotlin_plugin_version=212-1.4.32-release-IJ1314 +kotlin_plugin_version=202-1.5.0-release-755-release-IJ8194.7 idea_version=202.7660.26 language_version=1.4 # Code style |