Update dependency io.nlopez.compose.rules:ktlint to v0.3.19 (#4340)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-29 12:08:25 +00:00
committed by GitHub
parent f6a9b47705
commit ac8da8b94d

View File

@@ -435,7 +435,7 @@ spotless {
kotlin {
target("lawnchair/src/**/*.kt")
ktlint().customRuleSets([
"io.nlopez.compose.rules:ktlint:0.3.18",
"io.nlopez.compose.rules:ktlint:0.3.19",
]).editorConfigOverride([
"ktlint_compose_compositionlocal-allowlist": "disabled",
])