I'm new with android and kotlin, so sorry if it's a too basic question but I don't see the difference between this
findViewById<Button>(R.id.done_button).setOnClickListener { changeNickname() }
and thisdone_button.setOnClickListener { changeNickname() }