We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a914a commit 7a75ab2Copy full SHA for 7a75ab2
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
alias(libs.plugins.run.paper) apply false
10
11
// Kotlin plugin prefers to be applied to parent when it's used in multiple sub-modules.
12
- kotlin("jvm") version "2.1.0" apply false
+ kotlin("jvm") version "2.1.10" apply false
13
alias(libs.plugins.spotless)
14
}
15
0 commit comments