Skip to content

Commit 7dd432b

Browse files
authored
Merge branch 'fwcd:main' into main
2 parents 062f841 + 30fb24f commit 7dd432b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adapter/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ dependencies {
1818
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.15.0'
1919
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
2020
implementation 'org.jetbrains.kotlin:kotlin-reflect'
21-
implementation('kotlin-language-server:shared') {
22-
version {
23-
branch = 'main'
24-
}
25-
}
21+
implementation('kotlin-language-server:shared:gradle_dsl_pre_platform')
2622
testImplementation 'junit:junit:4.12'
2723
testImplementation 'org.hamcrest:hamcrest-all:1.3'
2824
}

0 commit comments

Comments
 (0)