kotlin-stdlib / kotlin.reflect.full / isSubtypeOf isSubtypeOf JVM 1.1 fun KType . isSubtypeOf ( other : KType ) : Boolean (source) Returns true if this type is the same or is a subtype of other , false otherwise.