mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
build: bump ktfmt
This commit is contained in:
parent
ddb9bfeb07
commit
25cb8f3b6f
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ allprojects {
|
||||||
kotlin {
|
kotlin {
|
||||||
target("**/*.kt")
|
target("**/*.kt")
|
||||||
targetExclude("**/build/**")
|
targetExclude("**/build/**")
|
||||||
ktfmt("0.27").googleStyle()
|
ktfmt("0.28").googleStyle()
|
||||||
}
|
}
|
||||||
kotlinGradle {
|
kotlinGradle {
|
||||||
target("*.gradle.kts")
|
target("*.gradle.kts")
|
||||||
ktfmt("0.27").googleStyle()
|
ktfmt("0.28").googleStyle()
|
||||||
}
|
}
|
||||||
format("xml") {
|
format("xml") {
|
||||||
target("**/*.xml")
|
target("**/*.xml")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue