We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e92385 commit 93929a3Copy full SHA for 93929a3
prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts
@@ -9,13 +9,6 @@ idePluginDependency {
9
listOf(
10
"compiler/testData/asJava/lightClasses",
11
"compiler/testData/loadJava/compiledKotlin",
12
- "compiler/fir/analysis-tests/testData/resolve",
13
- "compiler/fir/analysis-tests/testData/resolveWithStdlib",
14
- "compiler/testData/diagnostics/tests",
15
- "compiler/testData/diagnostics/helpers",
16
- "compiler/tests-spec/testData",
17
- "compiler/testData/diagnostics/testsWithStdLib",
18
- "compiler/fir/raw-fir/psi2fir/testData",
19
).forEach {
20
from(rootDir.resolve(it)) {
21
into(it)
0 commit comments