diff --git a/build.gradle b/build.gradle index 8035a856..82db8d3a 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.1") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL)) }