Use spotless to format remaining Kotlin files

Also: fix issue where some commented out Kotlin files are invalid.
This commit is contained in:
Dan Chao
2024-06-29 07:36:07 -07:00
committed by Daniel Chao
parent 3659ad8b7a
commit 7a9b571f6e
7 changed files with 118 additions and 68 deletions

View File

@@ -40,7 +40,7 @@ idea {
}
}
val clean by tasks.registering(Delete::class) {
val clean by tasks.existing {
delete(layout.buildDirectory)
}