isKotlinType

abstract override val isKotlinType: Boolean

Deprecated

Will be removed in version 0.19.0

Replace with

sourceDeclaration?.isKotlinType

Determines whatever declaration is a build in Kotlin type. It can be a basic Kotlin type Basic types or collection type Collections overview (https://kotlinlang.org/docs/collections-overview.html#collection).