mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
gradle: update ktfmt
This commit is contained in:
parent
b28e3009e8
commit
2c8c3555db
1 changed files with 2 additions and 2 deletions
|
@ -35,11 +35,11 @@ spotless {
|
|||
kotlin {
|
||||
target("**/*.kt")
|
||||
targetExclude("**/build/**")
|
||||
ktfmt("0.34").googleStyle()
|
||||
ktfmt("0.35").googleStyle()
|
||||
}
|
||||
kotlinGradle {
|
||||
target("**/*.gradle.kts")
|
||||
ktfmt("0.34").googleStyle()
|
||||
ktfmt("0.35").googleStyle()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue