Skip to content
Snippets Groups Projects
Commit 441767e4 authored by dgelessus's avatar dgelessus
Browse files

Remove direct Gson dependency (already pulled in via lsp4j)

parent 2a02a209
No related branches found
No related tags found
No related merge requests found
...@@ -34,10 +34,6 @@ dependencies { ...@@ -34,10 +34,6 @@ dependencies {
// eclipse lsp implementation // eclipse lsp implementation
implementation("org.eclipse.lsp4j", "org.eclipse.lsp4j", "0.20.1") implementation("org.eclipse.lsp4j", "org.eclipse.lsp4j", "0.20.1")
// json converter
implementation("com.google.code.gson" ,"gson" ,"2.10.1")
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-test-junit5 // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-test-junit5
testImplementation(kotlin("test-junit5")) testImplementation(kotlin("test-junit5"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment