Hey guys. I'm trying to rewrite some go code in Ko...
# getting-started
w
Hey guys. I'm trying to rewrite some go code in Kotlin. I need some help. How can I create a map[string][]string in kotlin? I want a map of strings to arrays that I can push onto. So: string => [array, of, strings]