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 6e6f5d0 commit 14c4266Copy full SHA for 14c4266
lib/build.gradle
@@ -18,7 +18,6 @@ def NEEDS_GLUE = [
18
'googleJavaFormat',
19
'gson',
20
'jackson',
21
- 'javaParser',
22
'ktfmt',
23
'ktlint',
24
'palantirJavaFormat',
@@ -101,8 +100,6 @@ dependencies {
101
100
String VER_JACKSON='2.20.1'
102
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
103
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
104
- // javaParser
105
- javaParserCompileOnly "com.github.javaparser:javaparser-symbol-solver-core:3.27.1"
106
// ktfmt
107
ktfmtCompileOnly "com.facebook:ktfmt:0.59"
108
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {
0 commit comments