Is there a way to cast `Class<*>` into a `KC...
# announcements
l
Is there a way to cast
Class<*>
into a
KClass<*>
? The reason is that I get the
Class<*>
from
ClassPath.from(cl).getTopLevelClasses("models")