[213] Try removing jna from kotlin-compiler-embeddable

KTI-1114
This commit is contained in:
Roman Golyshev
2022-08-04 17:27:51 +02:00
committed by Space Team
parent 83f9e0f87e
commit 31482fbb8b
@@ -27,7 +27,6 @@ dependencies {
runtimeOnly(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
runtimeOnly(project(":kotlin-daemon-embeddable"))
runtimeOnly(commonDependency("org.jetbrains.intellij.deps", "trove4j"))
runtimeOnly(commonDependency("org.jetbrains.intellij.deps.jna", "jna"))
testApi(commonDependency("junit:junit"))
testApi(project(":kotlin-test:kotlin-test-junit"))
testCompilationClasspath(kotlinStdlib())