isExternalType

abstract val isExternalType: Boolean

Deprecated

Will be removed in version 0.19.0

Replace with

isExternal

Determines whatever source declaration is an external type. An external type refers to a type that is defined outside the project's codebase. for e.g. in external library.