diff --git a/build.gradle b/build.gradle index 203cd08c..88057ab5 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ buildscript { plugins { id "com.mxalbert.gradle.jacoco-android" version "0.2.1" apply false - id "org.jmailen.kotlinter" version "4.3.0" apply false + id "org.jmailen.kotlinter" version "4.4.1" apply false alias(libs.plugins.ksp).apply(false) }