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 7f331a8 commit 82390aeCopy full SHA for 82390ae
lib/build.gradle
@@ -89,7 +89,7 @@ dependencies {
89
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
90
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
91
// ktfmt
92
- ktfmtCompileOnly "com.facebook:ktfmt:0.43"
+ ktfmtCompileOnly "com.facebook:ktfmt:0.44"
93
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
94
version {
95
strictly '1.7' // for JDK 8 compatibility
0 commit comments