[Gradle] Provide JNA jar to compiler classpath with intellij-core 203+
#KT-47748 Fixed
This commit is contained in:
@@ -26,6 +26,9 @@ dependencies {
|
||||
runtimeOnly(project(":kotlin-reflect"))
|
||||
runtimeOnly(project(":kotlin-daemon-embeddable"))
|
||||
runtimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
||||
Platform[203].orHigher {
|
||||
runtimeOnly(commonDep("net.java.dev.jna", "jna"))
|
||||
}
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
testCompilationClasspath(kotlinStdlib())
|
||||
|
||||
Reference in New Issue
Block a user