Build: remove explicit dependencies to org.jetbrains.annotations
Original commit: f35185b261
This commit is contained in:
@@ -16,7 +16,6 @@ dependencies {
|
||||
compile(project(":js:js.frontend"))
|
||||
compile(projectRuntimeJar(":kotlin-preloader"))
|
||||
compile(project(":idea:idea-jps-common"))
|
||||
compileOnly(group = "org.jetbrains", name = "annotations", version = "13.0")
|
||||
compileOnly(intellijDep()) {
|
||||
if (Platform[181].orHigher()) {
|
||||
includeJars("jdom", "trove4j", "jps-model", "openapi", "platform-api", "util", "asm-all", rootProject = rootProject)
|
||||
|
||||
Reference in New Issue
Block a user