From 120e1fb21076afc814cc84b2b691b6946d28f7c0 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Mon, 4 Oct 2021 12:42:43 +0200 Subject: Bump to Kotlin 1.5.31 (#2164) * Bump to Kotlin 1.5.31 * Mark todo-s as unsupported * Add PsiNameHelper * Try disabling ProjectFileIndex * Remove CoreProjectFileIndex * Update JDKs to 17, kotlin to 1.5.31 in integration tests * Update Kotlin to 1.5.31 in JS IR integration test Co-authored-by: vmishenev --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index f1a25a51..b68463cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ dokka_version_base=1.6.0 dokka_publication_channels=maven-central-snapshot&space-dokka-dev dokka_integration_test_parallelism=2 # Versions -kotlin_version=1.5.30 +kotlin_version=1.5.31 coroutines_version=1.5.1 kotlinx_html_version=0.7.3 -kotlin_plugin_version=202-1.5.30-release-412-IJ8194.7 +kotlin_plugin_version=211-1.5.31-release-551-IJ7442.40 jsoup_version=1.13.1 -idea_version=202.8194.7 +idea_version=211.7442.40 language_version=1.4 jackson_version=2.12.4 # Code style -- cgit