Convert Concatenation To Template
Use quick intentions to convert to a template string.
In Kotlin, you can use ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), to convert a string concatenation expression into a template string. The result is much cleaner without the '+' operator.