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
adam-mcneilly
11/30/2017, 7:55 PM
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.