Does Kotlin String provide any handy routines to handle different line feeds/carriage returns? My tests are failing because of a LF vs CRLF problem. One string is created through Kotlin's StringBuilder and the other is a multi-line
""" ... """
String.