Official Anko doc shows how to create new activity
but nothing about how to terminate current activity
Can anybody tell me how to terminate current activity?
This is not Kotlin specific. You should ask Android questions in Android specific forums. Having said that Activity.finish()
is your way to go.