diff options
author | Vadim Mishenev <vad-mishenev@yandex.ru> | 2023-11-15 23:00:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 22:00:53 +0200 |
commit | 1e126789a92e512b0a426044220043632e7dbf1b (patch) | |
tree | 38ecf4144037410006f20ec1a0bf89d847fa980f /gradle | |
parent | 0fd90a3a3e30e70a856e1d0e8b9f93cd7654f8d2 (diff) | |
download | dokka-1e126789a92e512b0a426044220043632e7dbf1b.tar.gz dokka-1e126789a92e512b0a426044220043632e7dbf1b.tar.bz2 dokka-1e126789a92e512b0a426044220043632e7dbf1b.zip |
[K2] Update version of Kotlin Analysis API (#3337)
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0cc09ef9..d20cb945 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ kotlinx-bcv = "0.13.2" ## Analysis kotlin-compiler = "1.9.20" -kotlin-compiler-k2 = "2.0.0-dev-5387" +kotlin-compiler-k2 = "2.0.0-dev-7674" # MUST match the version of the intellij platform used in the kotlin compiler, # otherwise this will lead to different versions of psi API and implementations |