build: Remove style ratchet from build script again again

This commit is contained in:
Pun Butrach
2025-09-03 17:16:25 +07:00
committed by GitHub
parent c26adf5dca
commit e4d896f7f0

View File

@@ -11,7 +11,6 @@ plugins {
}
spotless {
ratchetFrom("compose-dev")
kotlin {
target("app/src/*/java/**/*.kt", "api/src/*/kotlin/**/*.kt")
ktlint().setEditorConfigPath("$projectDir/.editorconfig")