Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.diffplug.spotless") version "6.25.0"
id("com.diffplug.spotless") version "8.4.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Upgrade the pinned ktlint before taking Spotless 8.x

This repo still configures kotlinGradle { ktlint("0.50.0") } in build.gradle.kts:22-26, but Spotless 8.1.0+ removed support for ktlint versions below 1.0. In the checked CI path (.github/workflows/ci.yml runs ./gradlew spotlessCheck on every push/PR), bumping only the Spotless plugin to 8.4.0 will make formatting checks fail until the ktlint version/config is migrated in the same change.

Useful? React with 👍 / 👎.

}

allprojects {
Expand Down
Loading