[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:
committed by
Space Team
parent
27043bd8a6
commit
6da3ecceab
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user