Beginner question about Kotlin 1.2. I'm going through the Kotlin Koans. On the koan for converting from Java code, the converted code uses kotlin.text.StringBuilder. However, this class no longer seems to exist in the latest Kotlin. What am I missing?