Skip to content

Commit f8c3aad

Browse files
committed
Use custom branch of ktfmt
1 parent 89bc47a commit f8c3aad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ startScripts {
2323

2424
repositories {
2525
maven { url uri("$projectDir/lib") }
26+
maven { url 'https://jitpack.io' }
2627
}
2728

2829
dependencies {
@@ -37,7 +38,7 @@ dependencies {
3738
implementation "org.jetbrains.kotlin:ide-common-ij201:$kotlinVersion"
3839
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
3940
implementation 'org.jetbrains:fernflower:1.0'
40-
implementation 'com.facebook:ktfmt:0.19'
41+
implementation 'com.github.fwcd:ktfmt:22bd538a1c'
4142
implementation 'com.beust:jcommander:1.78'
4243

4344
testImplementation 'org.hamcrest:hamcrest-all:1.3'

0 commit comments

Comments
 (0)