FIR: Add module for new types aka 'cones' (of fir tree)
Start of KT-24063
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9daa84c5a9
commit
12acbaaa21
@@ -14,6 +14,7 @@ val generatorClasspath by configurations.creating
|
||||
|
||||
dependencies {
|
||||
compile(project(":core:descriptors"))
|
||||
compile(project(":compiler:fir:cones"))
|
||||
generatorClasspath(project("visitors-generator"))
|
||||
// Necessary only to store bound PsiElement inside FirElement
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "annotations") }
|
||||
|
||||
Reference in New Issue
Block a user