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 a8b5172 commit 3d2449aCopy full SHA for 3d2449a
lib/build.gradle
@@ -102,7 +102,7 @@ dependencies {
102
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
103
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
104
// ktfmt
105
- ktfmtCompileOnly "com.facebook:ktfmt:0.53"
+ ktfmtCompileOnly "com.facebook:ktfmt:0.56"
106
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
107
version {
108
strictly '1.7' // for JDK 8 compatibility
0 commit comments