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 {
ratchetFrom("compose-dev")
kotlin {
target("app/src/*/java/**/*.kt", "api/src/*/kotlin/**/*.kt")
ktfmt().googleStyle()