Upgrade ktfmt (#1942)

* build-logic: upgrade ktfmt

* all: reformat
This commit is contained in:
Harsh Shandilya 2022-06-09 13:51:29 +05:30 committed by GitHub
parent f968b21bf6
commit 426fc924fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 90 additions and 55 deletions

View file

@ -39,6 +39,6 @@ class SpotlessPlugin : Plugin<Project> {
}
private companion object {
private const val KTFMT_VERSION = "0.37"
private const val KTFMT_VERSION = "0.38"
}
}