I am not sure if it helps, but note that
In Kotlin single-quotes are around a single-character literal, not around a String.
Change single quotes to double quotes for all strings.