From 31482fbb8b8a9cd04059ac15cac5eadd2f43422d Mon Sep 17 00:00:00 2001 From: Roman Golyshev Date: Thu, 4 Aug 2022 17:27:51 +0200 Subject: [PATCH] [213] Try removing jna from kotlin-compiler-embeddable KTI-1114 --- prepare/compiler-embeddable/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/prepare/compiler-embeddable/build.gradle.kts b/prepare/compiler-embeddable/build.gradle.kts index a0fcf81e8b2..9c667a3049d 100644 --- a/prepare/compiler-embeddable/build.gradle.kts +++ b/prepare/compiler-embeddable/build.gradle.kts @@ -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())