this raw string syntax is a rare thing from kotlin...
# getting-started
l
this raw string syntax is a rare thing from kotlin that i don’t quite like - it looks tediously long. i’d much prefer the typescript backtick syntax, but unfortunately the backtick was already taken for escaping identifiers using keywords
a
Agreed. I don't like using it inline like this. If I have a static string though that's multi line, it's kinda nice there to avoid all the plus signs, but that's it.