diff --git a/build.gradle b/build.gradle index 8035a856..459583d3 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ allprojects { } dependencies { - kotlinlint("com.pinterest:ktlint:0.41.0") { + kotlinlint("com.pinterest:ktlint:0.48.2") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL)) }