Upgrade ktlint to 1.2.1.

This commit is contained in:
Nicholas Tinsley
2024-05-15 21:41:30 -04:00
committed by Clark Chen
parent 503faea3a9
commit 59006d3182
7 changed files with 433 additions and 7 deletions

View File

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