build: Try to format when needed, not all the time (for now)

This commit is contained in:
Pun Butrach
2025-07-06 01:52:37 +07:00
parent a150fdb147
commit bfe207e682

View File

@@ -11,6 +11,7 @@ plugins {
} }
spotless { spotless {
ratchetFrom("compose-dev")
kotlin { kotlin {
target("app/src/*/java/**/*.kt", "api/src/*/kotlin/**/*.kt") target("app/src/*/java/**/*.kt", "api/src/*/kotlin/**/*.kt")
ktfmt().googleStyle() ktfmt().googleStyle()