Skip to content

Commit

Permalink
Apply new rules from spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kul3r4 committed Jan 9, 2025
1 parent c96b0de commit 4e0efcd
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ComposeStarter/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
kotlinCompilerExtensionVersion =
libs.versions.compose.compiler
.get()
}
packaging {
resources {
Expand Down
2 changes: 1 addition & 1 deletion ComposeStarter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ wear-compose-navigation = { module = "androidx.wear.compose:compose-navigation",

[plugins]
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
com-diffplug-spotless = "com.diffplug.spotless:6.25.0"
com-diffplug-spotless = "com.diffplug.spotless:7.0.1"
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }

4 changes: 3 additions & 1 deletion DataLayer/Application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
kotlinCompilerExtensionVersion =
libs.versions.compose.compiler
.get()
}
}

Expand Down
4 changes: 3 additions & 1 deletion DataLayer/Wearable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
kotlinCompilerExtensionVersion =
libs.versions.compose.compiler
.get()
}

packaging {
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ test-ext-junit = "androidx.test.ext:junit:1.2.1"

[plugins]
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
com-diffplug-spotless = "com.diffplug.spotless:6.25.0"
com-diffplug-spotless = "com.diffplug.spotless:7.0.1"
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }
2 changes: 1 addition & 1 deletion WearSpeakerSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ androidx-media3-exoplayerworkmanager = { module = "androidx.media3:media3-exopla

[plugins]
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
com-diffplug-spotless = "com.diffplug.spotless:6.25.0"
com-diffplug-spotless = "com.diffplug.spotless:7.0.1"
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }

4 changes: 3 additions & 1 deletion WearSpeakerSample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
kotlinCompilerExtensionVersion =
libs.versions.compose.compiler
.get()
}

packaging {
Expand Down

0 comments on commit 4e0efcd

Please sign in to comment.