Kotlin syntax problem

I am trying to access the TextView of my Xml But Its not working
not findViewById method is working
So How can I access the TextView or btn’s in the other classes?

Have you set the content view in your class as the xml containing textview that you want to access?