I have an activity in my app that allows the user to select several files from the device one by one, I am using an intent like this:
Intent intent = new Int
In kotlin solve by placing the operator "?" = (nullable) after Intent
"?" = (nullable)
as the following code:
override func onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivityResult(requestCode, resultCode, data) }