How to impliment onActivityResult in Anko?

In Anko,after start an activity using startActivityForResult(),the " override fun onActivityResult(requestCode:Int,resultCode:Int,data: Intent)" dosen’t response.How to write this event handler?