Skip to content

Commit

Permalink
Update compiler and KGP to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 4, 2023
1 parent 2b0a63f commit 10e6883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

gradlePlugin-kotlin = "1.9.20-RC2"
gradlePlugin-kotlin = "1.9.20"
# See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
gradlePlugin-android = "4.2.2"
gradlePlugin-dokka = "1.9.10"
Expand All @@ -10,7 +10,7 @@ kotlinx-collections-immutable = "0.3.6"
kotlinx-bcv = "0.13.2"

## Analysis
kotlin-compiler = "1.9.20-RC2"
kotlin-compiler = "1.9.20"
kotlin-compiler-k2 = "2.0.0-dev-5387"

# MUST match the version of the intellij platform used in the kotlin compiler,
Expand Down

0 comments on commit 10e6883

Please sign in to comment.