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 d842214 commit 3ca1717Copy full SHA for 3ca1717
adapter/build.gradle
@@ -26,6 +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:7eb014a37a9a9184edd974c4f3d7be05b1cf9485'
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