Kotlin Activity cannot be extended. This type is final, so it cannot be inherited

Viewed 25933

I have created a Kotlin Activity, but I am not able to extend the activity. I am getting this message: This type is final, so it cannot be inherited from. How to remove final from Kotlin's activity, so it can be extended?

3 Answers
Related