btn cliquer kotlin

val button = findViewById<Button>(R.id.Button)
button.setOnClickListener {

}
Zarden