Skip to content

Commit

Permalink
Update Analysis API to 2.2.0-dev-4511 and IJ platform
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Mar 6, 2025
1 parent d095249 commit 02c0e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ ktor = "2.3.11"
javaDiffUtils = "4.12"

## Analysis
kotlin-compiler = "2.1.10"
kotlin-compiler-k2 = "2.2.0-dev-326"
kotlin-compiler = "2.2.0-dev-4511"
kotlin-compiler-k2 = "2.2.0-dev-4511"

# 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
# on the classpath and will fail with hard to debug problems in runtime.
# See: https://github.com/JetBrains/kotlin/blob/480b38f967493adf494b4e049cbe5ac1060d215f/gradle/versions.properties#L1
intellij-platform = "233.13135.103"
intellij-platform = "241.19416.19"

## HTML
jsoup = "1.16.1"
Expand Down

0 comments on commit 02c0e7c

Please sign in to comment.