diff --git a/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts b/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts index ac5d13f036c..957d3707e09 100644 --- a/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts +++ b/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts @@ -18,7 +18,8 @@ idePluginDependency { "compiler/testData/diagnostics/tests", "compiler/testData/diagnostics/helpers", "compiler/tests-spec/testData", - "compiler/testData/diagnostics/testsWithStdLib" + "compiler/testData/diagnostics/testsWithStdLib", + "compiler/fir/raw-fir/psi2fir/testData" ).forEach { from(rootDir.resolve(it)) { into(it)