[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
+1
View File
@@ -32,6 +32,7 @@ dependencies {
api(project(":compiler:fir:checkers"))
api(project(":compiler:fir:checkers:checkers.jvm"))
api(project(":compiler:fir:checkers:checkers.js"))
api(project(":compiler:fir:checkers:checkers.native"))
api(project(":kotlin-util-klib"))
api(project(":kotlin-util-io"))