diff --git a/build.gradle b/build.gradle index 78ae65d..7b812ca 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" + classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }