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 8c88f10 commit 2d22c2bCopy full SHA for 2d22c2b
adapter/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.6.0'
27
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
28
implementation 'org.jetbrains.kotlin:kotlin-reflect'
29
- implementation 'com.github.fwcd.kotlin-language-server:shared:0691158787'
+ implementation 'com.github.fwcd.kotlin-language-server:shared:229c762a4d75304d21eba6d8e1231ed949247629'
30
// The Java Debug Interface classes (com.sun.jdi.*)
31
implementation files("${System.properties['java.home']}/../lib/tools.jar")
32
testImplementation 'junit:junit:4.12'
0 commit comments