Build: Make toolsJarApi() helper for JPS build

This commit is contained in:
Vyacheslav Gerasimov
2020-02-24 01:03:54 +03:00
parent c75ad13b66
commit f735396ffb
9 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ dependencies {
compile(project(":kotlin-util-io"))
compile(project(":compiler:ir.serialization.common"))
compileOnly(project(":dependencies:tools-jar-api"))
compileOnly(toolsJarApi())
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }