FIR IDE: add missing runtime dependencies for tests
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user