diff --git a/compiler/fir/modularized-tests/build.gradle.kts b/compiler/fir/modularized-tests/build.gradle.kts index a64b647eea7..29645e090fa 100644 --- a/compiler/fir/modularized-tests/build.gradle.kts +++ b/compiler/fir/modularized-tests/build.gradle.kts @@ -31,6 +31,7 @@ dependencies { testCompileOnly(project(":kotlin-reflect-api")) testRuntime(project(":kotlin-reflect")) + testRuntime(project(":core:descriptors.runtime")) testCompile(projectTests(":compiler:fir:analysis-tests")) testCompile(project(":compiler:fir:resolve")) testCompile(project(":compiler:fir:dump")) @@ -57,4 +58,4 @@ projectTest { } } -testsJar() \ No newline at end of file +testsJar()