We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eb2e1 commit 698203fCopy full SHA for 698203f
build.gradle.kts
@@ -82,7 +82,11 @@ if (
82
}
83
84
85
-val ktlint by configurations.creating
+val ktlint by configurations.creating {
86
+ attributes {
87
+ attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
88
+ }
89
+}
90
val ktlintVersion: String by project
91
92
dependencies {
gradle.properties
@@ -29,7 +29,7 @@ smithyGradleVersion=0.5.3
29
30
# testing/utility
31
junitVersion=5.6.2
32
-ktlintVersion=0.40.0
+ktlintVersion=0.42.1
33
kotestVersion=4.6.0
34
kotlinCompileTestingVersion=1.4.0
35
jacocoVersion=0.8.7
0 commit comments