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") }