mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
gradle: use ktfmt 0.31
This commit is contained in:
parent
ed30494407
commit
9db923daf6
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ spotless {
|
|||
kotlin {
|
||||
target("**/*.kt")
|
||||
targetExclude("**/build/**")
|
||||
ktfmt("0.30").googleStyle()
|
||||
ktfmt().googleStyle()
|
||||
}
|
||||
kotlinGradle {
|
||||
target("**/*.gradle.kts")
|
||||
ktfmt("0.30").googleStyle()
|
||||
ktfmt().googleStyle()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue