diff --git a/build.gradle b/build.gradle index 09d3d068..d84aa4a3 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { classpath 'com.android.tools.build:gradle:8.1.2' classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.0" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }