Skip to content

Commit fca81af

Browse files
committed
Downgrade Kotlin JVM
Other plugins actually rely on 1.9.24 for better compatibility, so reverting it back
1 parent 53e1467 commit fca81af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33
`maven-publish`
44
`java-gradle-plugin`
5-
kotlin("jvm") version "2.0.20"
5+
kotlin("jvm") version "1.9.24" // Do not update
66
id("com.gradle.plugin-publish") version "1.2.1"
77
id("org.jetbrains.dokka") version "1.9.20"
88
}

0 commit comments

Comments
 (0)