mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
gradle: upgrade dependencies
This commit is contained in:
parent
d1b1c62bb6
commit
451ab454d2
2 changed files with 3 additions and 3 deletions
|
@ -35,11 +35,11 @@ spotless {
|
|||
kotlin {
|
||||
target("**/*.kt")
|
||||
targetExclude("**/build/**")
|
||||
ktfmt("0.32").googleStyle()
|
||||
ktfmt("0.34").googleStyle()
|
||||
}
|
||||
kotlinGradle {
|
||||
target("**/*.gradle.kts")
|
||||
ktfmt("0.32").googleStyle()
|
||||
ktfmt("0.34").googleStyle()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue