Update dependency io.nlopez.compose.rules:ktlint to v0.3.16 (#4318)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-22 12:11:05 +00:00
committed by GitHub
parent 85b555d483
commit 893fc8cfb0

View File

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