201: picocontainer.jar is removed
This commit is contained in:
@@ -7,7 +7,10 @@ dependencies {
|
||||
compile(project(":compiler:cli"))
|
||||
compile(project(":compiler:ir.serialization.js"))
|
||||
runtime(project(":kotlin-reflect"))
|
||||
compile(intellijDep()) { includeJars("picocontainer", "trove4j", "guava", "jdom", rootProject = rootProject) }
|
||||
if (Platform[193].orLower()) {
|
||||
compile(intellijDep()) { includeJars("picocontainer", rootProject = rootProject) }
|
||||
}
|
||||
compile(intellijDep()) { includeJars("trove4j", "guava", "jdom", rootProject = rootProject) }
|
||||
compile(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
}
|
||||
|
||||
|
||||
@@ -18,8 +18,11 @@ dependencies {
|
||||
compile(project(":compiler:resolution"))
|
||||
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||
Platform[193].orLower {
|
||||
compileOnly(intellijDep()) { includeJars("picocontainer", rootProject = rootProject) }
|
||||
}
|
||||
compileOnly(intellijDep()) {
|
||||
includeJars("trove4j", "picocontainer", rootProject = rootProject)
|
||||
includeJars("trove4j", rootProject = rootProject)
|
||||
}
|
||||
|
||||
Platform[192].orHigher {
|
||||
|
||||
@@ -45,7 +45,7 @@ dependencies {
|
||||
testCompile(commonDep("com.android.tools:r8"))
|
||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
Platform[193].orLower {
|
||||
testCompile(intellijDep()) { includeJars("openapi", rootProject = rootProject) }
|
||||
testCompile(intellijDep()) { includeJars("openapi", "picocontainer", rootProject = rootProject) }
|
||||
}
|
||||
testCompile(intellijDep()) {
|
||||
includeJars(
|
||||
@@ -58,7 +58,6 @@ dependencies {
|
||||
"idea_rt",
|
||||
"guava",
|
||||
"trove4j",
|
||||
"picocontainer",
|
||||
"asm-all",
|
||||
"log4j",
|
||||
"jdom",
|
||||
|
||||
Reference in New Issue
Block a user