mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 05:47:03 +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 {
|
kotlin {
|
||||||
target("**/*.kt")
|
target("**/*.kt")
|
||||||
targetExclude("**/build/**")
|
targetExclude("**/build/**")
|
||||||
ktfmt("0.32").googleStyle()
|
ktfmt("0.34").googleStyle()
|
||||||
}
|
}
|
||||||
kotlinGradle {
|
kotlinGradle {
|
||||||
target("**/*.gradle.kts")
|
target("**/*.gradle.kts")
|
||||||
ktfmt("0.32").googleStyle()
|
ktfmt("0.34").googleStyle()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
plugins { id("org.jetbrains.compose") version "1.1.0" apply false }
|
plugins { id("org.jetbrains.compose") version "1.2.0-alpha01-dev640" apply false }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue