boton kotlin

val boton : Button = findViewById(R.id.boton)
boton.setOnClickListener {
            display.text = diceOne.roll().toString()
Tense Tapir