I am trying to convert my Java code of HomePage.class to Kotlin. I am following the instructions on Kotlin.org:
HomePage.class
getClass()
In my case reducing version of kotlin fixed the issue
Change
ext.kotlin_version = '1.3.21'
To
ext.kotlin_version = '1.3.11'