resolveParameter

abstract suspend fun resolveParameter(application: <Error class: unknown class>, parameter: KParameter): Any?(source)

Given the Application instance as context, resolves the expected value of the provided KParameter.

Report a problem