mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17: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 {
|
||||
target("**/*.kt")
|
||||
targetExclude("**/build/**")
|
||||
ktfmt("0.27").googleStyle()
|
||||
ktfmt("0.28").googleStyle()
|
||||
}
|
||||
kotlinGradle {
|
||||
target("*.gradle.kts")
|
||||
ktfmt("0.27").googleStyle()
|
||||
ktfmt("0.28").googleStyle()
|
||||
}
|
||||
format("xml") {
|
||||
target("**/*.xml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue