Update plugin ktlint to v12.2.0 (#1288)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-08 11:29:55 -05:00
committed by GitHub
parent 2599813ef1
commit 2c80672f6e

View File

@@ -154,7 +154,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin"}
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
# Linter
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.2"}
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.2.0"}
# Build config
buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.1"}