Skip to content

Commit 52dd8d7

Browse files
authored
Merge pull request #3448 from square/bquenaudon.2025-10-23.kotlin
build-support to use Kotlin version from version catalog
2 parents e182b9c + aef26cf commit 52dd8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-support/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
plugins {
2424
`kotlin-dsl`
2525
`java-gradle-plugin`
26-
kotlin("jvm") version "2.2.21"
26+
kotlin("jvm") version libs.versions.kotlin
2727
}
2828

2929
repositories {

0 commit comments

Comments
 (0)