What is the reason for using "Kt" suffix in Kotlin classes?

Viewed 3277

I was trying to find more details about this decision in the Kotlin documentation but there is no section that "talks" about it. Does anyone know what drove the decision to use the "Kt" suffix in class names in Kotlin? Is it to avoid collision with Java class names, or is there more to it?

1 Answers
Related