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 3a1104f commit 90c802dCopy full SHA for 90c802d
lib/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
38
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0'
39
40
- String VER_KTFMT = '0.39'
+ String VER_KTFMT = '0.40'
41
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
42
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
43
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
0 commit comments