[213] Try removing jna from kotlin-compiler-embeddable
KTI-1114
This commit is contained in:
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())
|
||||
|
||||
Reference in New Issue
Block a user