Android registerForActivityResult not found in

Viewed 3430
1 Answers

I managed to solved my question. I think I will post my answer here in case it helps for the others.

My solution is to update this dependencies.

implementation 'androidx.appcompat:appcompat:1.3.0-beta01'

My AS didn't warn me about the update only when I changed the version to 1.3.0.

PS: I am referring to this Cannot access 'androidx.activity.result.ActivityResultCaller'

Related