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 5aaf114 commit ca0b89eCopy full SHA for ca0b89e
build.gradle
@@ -219,7 +219,7 @@ dependencies {
219
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
220
testImplementation "org.mockito:mockito-core:${versions.mockito}"
221
222
- add("ktlint", "com.pinterest.ktlint:ktlint-cli:1.1.0") {
+ add("ktlint", "com.pinterest.ktlint:ktlint-cli:1.4.1") {
223
attributes {
224
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL))
225
}
0 commit comments