FIR IDE: add missing runtime dependencies for tests

This commit is contained in:
Ilya Kirillov
2021-06-21 02:50:11 +02:00
parent caf4eba2df
commit f00170eb31
2 changed files with 2 additions and 0 deletions
@@ -7,6 +7,7 @@ dependencies {
implementation(project(":idea:idea-frontend-fir"))
implementation(project(":idea"))
testRuntime(project(":idea:idea-fir"))
testImplementation(projectTests(":idea:idea-fir"))
testImplementation(projectTests(":idea:idea-frontend-independent"))
+1
View File
@@ -25,6 +25,7 @@ dependencies {
implementation(project(":idea:idea-frontend-api"))
implementation(project(":idea:idea-frontend-fir"))
testRuntime(project(":idea:idea-fir"))
testImplementation(commonDep("junit:junit"))
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
testImplementation(projectTests(":compiler:tests-common"))