[FIR] Add kotlinx-collections-immutable to raw fir builders

This commit is contained in:
simon.ogorodnik
2020-04-09 21:46:14 +03:00
parent 49d361b6eb
commit f174893009
@@ -12,6 +12,7 @@ dependencies {
compile(project(":compiler:psi"))
compile(project(":core:descriptors"))
compile(project(":compiler:fir:tree"))
compile("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2")
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }