gradle: upgrade dependencies

This commit is contained in:
Harsh Shandilya 2022-03-10 23:21:00 +05:30
parent d1b1c62bb6
commit 451ab454d2
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 3 deletions

View file

@ -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()
} }
} }

View file

@ -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 {