Skip to content

Commit

Permalink
Downgrade Kotlin JVM
Browse files Browse the repository at this point in the history
Other plugins actually rely on 1.9.24 for better compatibility, so reverting it back
  • Loading branch information
srnyx committed Aug 23, 2024
1 parent 53e1467 commit fca81af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`kotlin-dsl`
`maven-publish`
`java-gradle-plugin`
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "1.9.24" // Do not update
id("com.gradle.plugin-publish") version "1.2.1"
id("org.jetbrains.dokka") version "1.9.20"
}
Expand Down

0 comments on commit fca81af

Please sign in to comment.