open static fun <K : Any, V : Any> mergePropertiesIntoMap(@Nullable props: Properties, map: MutableMap<K, V>): Unit
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
Uses Properties.propertyNames() to even catch default properties linked into the original Properties instance.