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