Skip to content

Commit 008aa34

Browse files
authored
chore(deps): use the same Kotlin version for Gradle (#2002)
Gradle usually lags behind newest Kotlin version, more or less. Let's try tracking the newest Kotlin version used for the Kotlin DSL in Gradle.
1 parent 061bdcb commit 008aa34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
`kotlin-dsl`
5-
kotlin("jvm") version embeddedKotlinVersion
5+
kotlin("jvm") version "2.1.21"
66
}
77

88
dependencies {

0 commit comments

Comments
 (0)