Build: remove intellijCore/annotations.jar usages

This commit is contained in:
Sergey Rostov
2019-01-23 14:45:25 +03:00
parent c716ef112e
commit 0f2fb4ff82
33 changed files with 50 additions and 32 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ dependencies {
compile(project(":kotlin-scripting-compiler"))
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8")) { isTransitive = false }
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "annotations") }
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) {
Ide.IJ191.orHigher {
this@compileOnly.includeJars("platform-api")