How to change class name in Kotlin? All Questions › Category: Kotlin › How to change class name in Kotlin? 0 Vote Up Vote Down chetan shidling asked 4 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 4 years ago Use this code. @file:JvmName(“Chetan”) Now the class name will be Chetan.