mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
build: upgrade ktfmt
This commit is contained in:
parent
eee64b151a
commit
2852cbaff0
1 changed files with 2 additions and 2 deletions
|
@ -32,11 +32,11 @@ allprojects {
|
|||
kotlin {
|
||||
target("**/*.kt")
|
||||
targetExclude("**/build/**")
|
||||
ktfmt("0.25").googleStyle()
|
||||
ktfmt("0.27").googleStyle()
|
||||
}
|
||||
kotlinGradle {
|
||||
target("*.gradle.kts")
|
||||
ktfmt("0.25").googleStyle()
|
||||
ktfmt("0.27").googleStyle()
|
||||
}
|
||||
format("xml") {
|
||||
target("**/*.xml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue