sealedSubclassesRecursive

Returns the full tree of classes which implement a base sealed class/interface, including grandchildren, great-grandchildren, etc. This is different from KClass.sealedSubclasses in that the latter only returns the direct children.

Since

0.12.0