Dhaval2404 / ImagePicker

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera
Apache License 2.0
1.52k stars 339 forks source link

Error because of 'with' method #307

Open sarveshpatelsp opened 1 year ago

sarveshpatelsp commented 1 year ago

Summary

Screenshot (61)

Please help me in this error, why this 'with' method is not working, from 2 days I am trying to solve it. Hope you will response shortly.

Code to reproduce

Android version

Impacted devices

Installation method

SDK version

Other information

irfanfahmi commented 1 year ago

Just add Companion after ImagePicker like this ImagePicker.Companion.with(this). because java to kotlin is different