From ef1afa98dfd48a893319b5b139fb69365dcb7088 Mon Sep 17 00:00:00 2001 From: vmishenev Date: Mon, 18 Oct 2021 12:20:51 +0300 Subject: 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 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gradle.properties') 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 -- cgit