Remove explicit jar specification from ide modules build scripts
They often change between ide versions and difficult to maintain
This commit is contained in:
@@ -13,12 +13,8 @@ dependencies {
|
||||
compile(project(":idea:idea-android"))
|
||||
compile(project(":plugins:uast-kotlin"))
|
||||
compileOnly(project(":kotlin-android-extensions-runtime"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijDep()) { includeJars("util", "guava", "openapi", "idea", "asm-all", "annotations", rootProject = rootProject) }
|
||||
compileOnly(intellijPluginDep("android")) {
|
||||
includeJars("android", "android-common", "sdklib", "sdk-common", "sdk-tools",
|
||||
"repository", "lombok-ast", "layoutlib-api", "kxml2", rootProject = rootProject)
|
||||
}
|
||||
compileOnly(intellijDep())
|
||||
compileOnly(intellijPluginDep("android"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user