boton kotlin code example
Example: boton kotlin
val boton : Button = findViewById(R.id.boton)
boton.setOnClickListener {
display.text = diceOne.roll().toString()
val boton : Button = findViewById(R.id.boton)
boton.setOnClickListener {
display.text = diceOne.roll().toString()