Skip to content

Commit dd19eeb

Browse files
fix kotlin version
1 parent 827b04d commit dd19eeb

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
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
plugins {
44
// Support convention plugins written in Kotlin. Convention plugins are build scripts in 'src/main' that automatically become available as plugins in the main build.
55
`kotlin-dsl`
6-
kotlin("jvm")
6+
kotlin("jvm") version "1.9.23"
77
}
88

99
repositories {

0 commit comments

Comments
 (0)