parameterKeys

expect fun KFunction<*>.parameterKeys(context: TypeToken<*>): List<DependencyKey<*>>

Returns a list of DependencyKeys that represent the parameters of the receiver KFunction.

context should be a concrete TypeToken representing the class this receiver KFunction is a member of.

actual fun KFunction<*>.parameterKeys(context: TypeToken<*>): List<DependencyKey<*>>