Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compiler-version-aliases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# Blank lines and comments are ignored.

2.4.0
2.4.10-RC
2.4.20-Beta1
2.4.10
2.4.20-RC
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
# limitations under the License.

[versions]
kotlin = "2.4.10"
kotlin = "2.4.20-RC"
jdk = "25"
jvmTarget = "11"
ktfmt = "0.64"
metro = "1.3.2"
kotlinx-io = "0.9.1"
metro = "1.4.1"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand All @@ -41,7 +42,7 @@ kotlin-compilerTestFramework = { module = "org.jetbrains.kotlin:kotlin-compiler-
kotlin-testJunit5 = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref = "kotlin" }
kotlin-scriptRuntime = { module = "org.jetbrains.kotlin:kotlin-script-runtime", version.ref = "kotlin" }
kotlin-annotationsJvm = { module = "org.jetbrains.kotlin:kotlin-annotations-jvm", version.ref = "kotlin" }
metro-compilerCompat-k2420Beta1 = { module = "dev.zacsweers.metro:compiler-compat-k2420_beta1", version.ref = "metro" }
metro-compilerCompat-latest = { module = "dev.zacsweers.metro:compiler-compat-latest", version.ref = "metro" }

# Only present to trigger automatic renovate updates
ktfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
Expand Down
Loading