diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-10-04 12:42:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 13:42:43 +0300 |
commit | 120e1fb21076afc814cc84b2b691b6946d28f7c0 (patch) | |
tree | d7250209bc88058a7315b7358db16c4884ebe612 /gradle.properties | |
parent | 8f97b049f23b8a6950fc41badc544ad1b636636a (diff) | |
download | dokka-120e1fb21076afc814cc84b2b691b6946d28f7c0.tar.gz dokka-120e1fb21076afc814cc84b2b691b6946d28f7c0.tar.bz2 dokka-120e1fb21076afc814cc84b2b691b6946d28f7c0.zip |
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 <vad-mishenev@yandex.ru>
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 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 |