From 27e1a54d4eb861ae6929079fce658d075214db15 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Wed, 6 Nov 2019 15:01:49 +0300 Subject: [PATCH] [FIR] Add `descriptors.runtime` as dependency to psi2fir test --- compiler/fir/psi2fir/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/fir/psi2fir/build.gradle.kts b/compiler/fir/psi2fir/build.gradle.kts index 101a5262193..8c0f533427b 100644 --- a/compiler/fir/psi2fir/build.gradle.kts +++ b/compiler/fir/psi2fir/build.gradle.kts @@ -25,6 +25,7 @@ dependencies { testCompileOnly(project(":kotlin-reflect-api")) testRuntime(project(":kotlin-reflect")) + testRuntime(project(":core:descriptors.runtime")) Platform[192].orHigher { testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }