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 de9bb1f commit d99ee52Copy full SHA for d99ee52
lib/build.gradle
@@ -54,7 +54,7 @@ dependencies {
54
55
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0'
56
57
- String VER_KTFMT = '0.40'
+ String VER_KTFMT = '0.41'
58
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
59
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
60
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
0 commit comments