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.
2 parents cfe9ce6 + 18b33e9 commit 30fb24fCopy full SHA for 30fb24f
adapter/build.gradle
@@ -18,11 +18,7 @@ dependencies {
18
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.15.0'
19
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
20
implementation 'org.jetbrains.kotlin:kotlin-reflect'
21
- implementation('kotlin-language-server:shared') {
22
- version {
23
- branch = 'main'
24
- }
25
+ implementation('kotlin-language-server:shared:gradle_dsl_pre_platform')
26
testImplementation 'junit:junit:4.12'
27
testImplementation 'org.hamcrest:hamcrest-all:1.3'
28
}
0 commit comments