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 3226d2b commit f80b45fCopy full SHA for f80b45f
lib/build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
jacksonCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
66
jacksonCompileOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1'
67
68
- String VER_KTFMT = '0.42'
+ String VER_KTFMT = '0.43'
69
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"
70
String VER_KTLINT_GOOGLE_JAVA_FORMAT = '1.7' // for JDK 8 compatibility
71
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
0 commit comments