diff --git a/build.gradle.kts b/build.gradle.kts index 198471f4..b600a09b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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() } } diff --git a/settings.gradle.kts b/settings.gradle.kts index c2b3deee..aa99da5a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ pluginManagement { } 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 {