All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.co.touchlab.skie.shim.ObjCInterop.kt Maven / Gradle / Ivy

The newest version!
package co.touchlab.skie.shim

import org.jetbrains.kotlin.descriptors.ClassDescriptor
import org.jetbrains.kotlin.types.KotlinType

expect fun ClassDescriptor.isExternalObjCClass(): Boolean

expect fun ClassDescriptor.isKotlinObjCClass(): Boolean

expect fun ClassDescriptor.isObjCForwardDeclaration(): Boolean

expect fun ClassDescriptor.isObjCMetaClass(): Boolean

// TODO Optimize by caching super types
expect fun KotlinType.isObjCObjectType(): Boolean

expect fun ClassDescriptor.isObjCProtocolClass(): Boolean




© 2015 - 2024 Weber Informatics LLC | Privacy Policy