mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-31 14:51:03 +00:00
build: Try to format when needed, not all the time (for now)
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user