From 098616ac76b3b8a7104b44f19bd71dab491f9161 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 1 Nov 2019 11:05:56 +0300 Subject: [PATCH] [FIR] Add dependency of `:descriptors.runtime` to `:fir2ir` module --- compiler/fir/fir2ir/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/fir/fir2ir/build.gradle.kts b/compiler/fir/fir2ir/build.gradle.kts index 0a93b9f5dc8..96b23b44976 100644 --- a/compiler/fir/fir2ir/build.gradle.kts +++ b/compiler/fir/fir2ir/build.gradle.kts @@ -31,6 +31,7 @@ dependencies { testCompileOnly(project(":kotlin-reflect-api")) testRuntime(project(":kotlin-reflect")) + testRuntime(project(":core:descriptors.runtime")) Platform[192].orHigher { testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }