Fix dependencies to intellij modules after gradle dependency DSL update

This commit is contained in:
Ilya Kirillov
2021-12-20 17:14:40 +03:00
parent b563824b35
commit cd3905e400
3 changed files with 4 additions and 4 deletions
@@ -8,8 +8,8 @@ dependencies {
api(project(":core:deserialization.common"))
api(project(":core:deserialization.common.jvm"))
implementation(project(":core:compiler.common.jvm"))
api(intellijCoreDep()) { includeJars("intellij-core", rootProject = rootProject) }
implementation(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
implementation(project(":core:descriptors.jvm"))