```findViewById<TextView>(R.id.button_login)...
# android
g
Copy code
findViewById<TextView>(R.id.button_login) // returns TextView
        .setOnClickListener{} // Returns Unit