We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e1467 commit fca81afCopy full SHA for fca81af
build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
`kotlin-dsl`
3
`maven-publish`
4
`java-gradle-plugin`
5
- kotlin("jvm") version "2.0.20"
+ kotlin("jvm") version "1.9.24" // Do not update
6
id("com.gradle.plugin-publish") version "1.2.1"
7
id("org.jetbrains.dokka") version "1.9.20"
8
}
0 commit comments