Hi guys, there is a little bug in the IntelliJ/Android studio Kotlin plugin, about the String templates inspection.
I am writing a long string with variable interpolation (or templates), and I must go to newline for readability reasons. The plugins marks me with “Convert concatenation to template” also if this string is already a “templated” string.