BTN Haga clic en Kotlin
val button = findViewById<Button>(R.id.Button)
button.setOnClickListener {
}
Zarden
val button = findViewById<Button>(R.id.Button)
button.setOnClickListener {
}