We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4600bc3 commit 1f6ab76Copy full SHA for 1f6ab76
lib/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
36
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0'
37
38
- String VER_KTFMT = '0.34'
+ String VER_KTFMT = '0.35'
39
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
40
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
41
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
0 commit comments