I am trying to convert my Java code of HomePage.class to Kotlin. I am following the instructions on Kotlin.org:
HomePage.class
getClass()
I copied the class from other project and forgot to change the class package name. when I changed, it fixed