Templates escaping in Kotlin multiline strings

From the documentation

A raw string is delimited by a triple quote (“””), contains no
escaping and can contain newlines and any other character

You would need to use a standard string with newlines

" ...\n \$eq \n ... "

or you could use the literal representation

""" ... ${'$'}eq ... "

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)