addKv

open fun addKv(index: Int, value: Namespace): AppConfiguration.Builder
open fun addKv(index: Int, builderForValue: Namespace.Builder): AppConfiguration.Builder
Key-value namespaces configured for this application.
repeated .elide.kv.Namespace kv = 10;