Update ktlint to 1.5.0.

This commit is contained in:
jeffrey-signal
2025-12-05 09:48:22 -06:00
committed by GitHub
parent cc381513ef
commit 109fc7f1fa
24 changed files with 1254 additions and 385 deletions

View File

@@ -3,5 +3,5 @@ plugins {
}
ktlint {
version.set("1.2.1")
version.set("1.5.0")
}

View File

@@ -21,7 +21,7 @@ kotlin {
// NOTE: For now, in order to run ktlint on this project, you have to manually run ./gradlew :build-logic:tools:ktlintFormat
// Gotta figure out how to get it auto-included in the normal ./gradlew ktlintFormat
ktlint {
version.set("1.2.1")
version.set("1.5.0")
}
dependencies {