static fun joinKeyPath(path: MutableList<String>): String
Join a list of keys into a single dotted key string.
path - The list of keys that form the path.
path
Return The path string.