kotlin-stdlib / kotlin.reflect.full / isSubclassOf isSubclassOf JVM 1.1 fun KClass<*>.isSubclassOf(base: KClass<*>): Boolean Returns true if this class is the same or is a (possibly indirect) subclass of base, false otherwise.