[ObjCExport] Implement isObjCObjectType util
KT-64226
This commit is contained in:
committed by
Space Team
parent
e0383282b5
commit
90632ad746
@@ -6,6 +6,7 @@ kotlin {
|
||||
compilerOptions {
|
||||
/* Required to use Analysis Api */
|
||||
freeCompilerArgs.add("-Xcontext-receivers")
|
||||
optIn.add("org.jetbrains.kotlin.backend.konan.InternalKotlinNativeApi")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +14,7 @@ dependencies {
|
||||
api(project(":analysis:analysis-api"))
|
||||
api(project(":compiler:psi"))
|
||||
api(project(":native:objcexport-header-generator"))
|
||||
implementation(project(":core:compiler.common.native"))
|
||||
|
||||
testImplementation(projectTests(":native:objcexport-header-generator"))
|
||||
testApi(project(":analysis:analysis-api-standalone"))
|
||||
|
||||
Reference in New Issue
Block a user