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 89bc47a commit f8c3aadCopy full SHA for f8c3aad
server/build.gradle
@@ -23,6 +23,7 @@ startScripts {
23
24
repositories {
25
maven { url uri("$projectDir/lib") }
26
+ maven { url 'https://jitpack.io' }
27
}
28
29
dependencies {
@@ -37,7 +38,7 @@ dependencies {
37
38
implementation "org.jetbrains.kotlin:ide-common-ij201:$kotlinVersion"
39
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
40
implementation 'org.jetbrains:fernflower:1.0'
- implementation 'com.facebook:ktfmt:0.19'
41
+ implementation 'com.github.fwcd:ktfmt:22bd538a1c'
42
implementation 'com.beust:jcommander:1.78'
43
44
testImplementation 'org.hamcrest:hamcrest-all:1.3'
0 commit comments