build: upgrade ktfmt

This commit is contained in:
Harsh Shandilya 2021-06-29 02:22:01 +05:30
parent eee64b151a
commit 2852cbaff0
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -32,11 +32,11 @@ allprojects {
kotlin { kotlin {
target("**/*.kt") target("**/*.kt")
targetExclude("**/build/**") targetExclude("**/build/**")
ktfmt("0.25").googleStyle() ktfmt("0.27").googleStyle()
} }
kotlinGradle { kotlinGradle {
target("*.gradle.kts") target("*.gradle.kts")
ktfmt("0.25").googleStyle() ktfmt("0.27").googleStyle()
} }
format("xml") { format("xml") {
target("**/*.xml") target("**/*.xml")