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 3aef1b4 commit e20b4d5Copy full SHA for e20b4d5
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