ah - this is my code ``` val replacements = hashMa...
# getting-started
l
ah - this is my code
Copy code
val replacements = hashMapOf( "a" to "b", "c" to "d")
val myVal = myFunction(something, replacements) // type mismatch on "replacements" - required: Map<String!, String!>!, found kotlin.collections.HashMap<String, String> /* java.util.HashMap<String, String> */