diff options
author | vmishenev <vad-mishenev@yandex.ru> | 2021-10-18 12:20:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 12:20:51 +0300 |
commit | ef1afa98dfd48a893319b5b139fb69365dcb7088 (patch) | |
tree | e080df0c4d8847ae9cb3b51c3f26b34aa0cd34ad /gradle.properties | |
parent | b85bc284d71b51e76f8c4388ee6c20b86385c14e (diff) | |
download | dokka-ef1afa98dfd48a893319b5b139fb69365dcb7088.tar.gz dokka-ef1afa98dfd48a893319b5b139fb69365dcb7088.tar.bz2 dokka-ef1afa98dfd48a893319b5b139fb69365dcb7088.zip |
Bump Kotlin to 1.6.0-RC (#2189)
* Bump Kotlin to 1.6.0-RC
* Update Kotlin to 1.6.0-RC in integration tests
* Change Dokka Version
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index b68463cd..4f2dbd00 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ # Project Settings -dokka_version_base=1.6.0 +dokka_version_base=1.6.0-RC dokka_publication_channels=maven-central-snapshot&space-dokka-dev dokka_integration_test_parallelism=2 # Versions -kotlin_version=1.5.31 +kotlin_version=1.6.0-RC coroutines_version=1.5.1 kotlinx_html_version=0.7.3 -kotlin_plugin_version=211-1.5.31-release-551-IJ7442.40 +kotlin_plugin_version=211-1.6.0-RC-release-681-IJ7442.40 jsoup_version=1.13.1 idea_version=211.7442.40 language_version=1.4 |