diff --git a/idea/idea-frontend-fir/build.gradle.kts b/idea/idea-frontend-fir/build.gradle.kts index a5765895ec7..13289ca5f94 100644 --- a/idea/idea-frontend-fir/build.gradle.kts +++ b/idea/idea-frontend-fir/build.gradle.kts @@ -24,6 +24,7 @@ dependencies { testCompile(intellijDep()) testCompile(intellijCoreDep()) testCompile(toolsJar()) + testCompile(project(":kotlin-reflect")) testCompile(projectTests(":idea")) testCompile(projectTests(":compiler:tests-common")) testCompile(projectTests(":idea:idea-test-framework"))