From f17489300981409c6672684052d7b57ab2bab6a2 Mon Sep 17 00:00:00 2001 From: "simon.ogorodnik" Date: Thu, 9 Apr 2020 21:46:14 +0300 Subject: [PATCH] [FIR] Add kotlinx-collections-immutable to raw fir builders --- compiler/fir/raw-fir/fir-common/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/fir/raw-fir/fir-common/build.gradle.kts b/compiler/fir/raw-fir/fir-common/build.gradle.kts index 854785254f3..ed723ed8c02 100644 --- a/compiler/fir/raw-fir/fir-common/build.gradle.kts +++ b/compiler/fir/raw-fir/fir-common/build.gradle.kts @@ -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) }