Recently I had updated my dependencies on activity-ktx according to this https://developer.android.com/jetpack/androidx/releases/activity#1.2.0
However, the registerForActivityResult()
is not found. It is working before this update. Is there anything changes in androidx.activity:activity-ktx:1.2.0
?