Update plugin ktlint to v12.1.1

This commit is contained in:
renovate[bot] 2024-05-07 15:47:57 +00:00 committed by GitHub
parent 05c7e7b806
commit ff234f0fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ google-ksp = "com.google.devtools.ksp:1.9.23-1.0.20"
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
ktlint = "org.jlleitschuh.gradle.ktlint:12.1.0"
ktlint = "org.jlleitschuh.gradle.ktlint:12.1.1"
[libraries]
android-material = { module = "com.google.android.material:material", version.ref = "material" }