mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
Use spotless to format remaining Kotlin files
Also: fix issue where some commented out Kotlin files are invalid.
This commit is contained in:
@@ -23,11 +23,3 @@ dependencies {
|
||||
tasks.compileKotlin {
|
||||
enabled = true // disabled by pklJavaLibrary
|
||||
}
|
||||
|
||||
spotless {
|
||||
kotlin {
|
||||
ktfmt(libs.versions.ktfmt.get()).googleStyle()
|
||||
targetExclude("**/generated/**", "**/build/**")
|
||||
licenseHeaderFile(rootProject.file("buildSrc/src/main/resources/license-header.star-block.txt"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user