FIR/UAST base: clarify what module we should not depend on

This should be part of commit bbe5cf0a
This commit is contained in:
Jinseong Jeon
2021-05-13 13:41:21 -07:00
committed by Ilya Kirillov
parent dac9d7b17a
commit a54a807dc9
+1 -1
View File
@@ -8,7 +8,7 @@ dependencies {
implementation(project(":compiler:psi"))
implementation(project(":compiler:light-classes"))
// BEWARE: Uast should not depend on IDEA.
// BEWARE: UAST should not depend on IJ platform so that it can work in Android Lint CLI mode (where IDE is not available)
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "asm-all", rootProject = rootProject) }
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
}