Add KTlint plugin

This commit is contained in:
2026-09-13 21:22:16 +01:00
parent 9b5df85bf2
commit aa1e862201
+2 -3
View File
@@ -1,7 +1,6 @@
import org.gradle.kotlin.dsl.provideDelegate
plugins { plugins {
kotlin("jvm") version "2.4.0" kotlin("jvm") version "2.4.0"
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
} }
group = "com.shr4pnel" group = "com.shr4pnel"
@@ -28,4 +27,4 @@ kotlin {
tasks.test { tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }