[K/N] Implement frontend checkers for usages forward declaration type

Forward declaration type doesn't exist in runtime. This restricts
its possible usages.

^KT-59764
This commit is contained in:
Pavel Kunyavskiy
2023-07-04 10:42:02 +02:00
committed by Space Team
parent 27043bd8a6
commit 6da3ecceab
20 changed files with 456 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ plugins {
dependencies {
compileOnly(project(":compiler:frontend"))
compileOnly(project(":compiler:frontend.java"))
compileOnly(project(":core:compiler.common.native"))
compileOnly(intellijCore())
api(project(":native:kotlin-native-utils"))
}