allConstructors

expect fun KClass<*>.allConstructors(): List<KFunction<*>>

Returns a list of all constructors for a KClass

actual fun KClass<*>.allConstructors(): List<KFunction<*>>