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 46c3852 commit 136a5abCopy full SHA for 136a5ab
lib/build.gradle
@@ -104,7 +104,7 @@ dependencies {
104
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
105
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
106
// ktfmt
107
- ktfmtCompileOnly "com.facebook:ktfmt:0.53"
+ ktfmtCompileOnly "com.facebook:ktfmt:0.57"
108
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
109
version {
110
strictly '1.7' // for JDK 8 compatibility
0 commit comments