diff --git a/compiler/fir/fir2ir/build.gradle.kts b/compiler/fir/fir2ir/build.gradle.kts index c31fd2a76b0..889cebc50ab 100644 --- a/compiler/fir/fir2ir/build.gradle.kts +++ b/compiler/fir/fir2ir/build.gradle.kts @@ -30,7 +30,9 @@ dependencies { testCompileOnly(project(":kotlin-reflect-api")) testRuntimeOnly(project(":kotlin-reflect")) + testRuntimeOnly(project(":core:deserialization")) testRuntimeOnly(project(":core:descriptors.runtime")) + testRuntimeOnly(project(":core:descriptors.jvm")) testRuntimeOnly(project(":compiler:fir:fir2ir:jvm-backend")) testRuntimeOnly(project(":generators"))