I am attempting to initialize a hashmap that takes in a String as its first parameter, and a set of Strings for the second parameter. Below is my attempt at creating this hashmap, but I am getting an unresolved reference to mutableSetOf are there any suggestions?
var map: HashMap<String, mutableSetOf<String>> = HashMap<String,mutableSetOf<String>>()