withFallback

open fun withFallback(spec: Spec): Spec

Returns a config spec backing by the specified fallback config spec.

New items will be added to the current config spec.

Return

a config spec backing by the specified fallback config spec

Parameters

spec

the fallback config spec

Sources

jvm source
Link copied to clipboard