[FIR] Add missing dependencies to :compiler:fir:checkers:checkers.native

This commit is contained in:
Ivan Kochurkin
2022-10-22 16:24:18 +02:00
committed by Space Team
parent 3f68694b0f
commit c103da98dd
9 changed files with 9 additions and 0 deletions
@@ -25,6 +25,7 @@ dependencies {
testApi(project(":compiler:fir:checkers"))
testApi(project(":compiler:fir:checkers:checkers.jvm"))
testApi(project(":compiler:fir:checkers:checkers.js"))
testApi(project(":compiler:fir:checkers:checkers.native"))
testApi(project(":compiler:fir:plugin-utils"))
testRuntimeOnly(project(":core:descriptors.runtime"))
@@ -42,6 +42,7 @@ dependencies {
testApi(project(":compiler:fir:checkers"))
testApi(project(":compiler:fir:checkers:checkers.jvm"))
testApi(project(":compiler:fir:checkers:checkers.js"))
testApi(project(":compiler:fir:checkers:checkers.native"))
testRuntimeOnly(project(":compiler:fir:fir-serialization"))
testRuntimeOnly(project(":core:descriptors.runtime"))