Hossein Abbasi
Hossein Abbasi
@rrsaikat Feel free to add the feature and open a PR 🙏🏼
Please add the crash logcat here.
You do not need `com.github.florent37:inline-activity-result-kotlin` anymore. Please run the sample app from this repo on the same device and let me know if the sample app worked or crashed.
Try to run the sample app from this repository and see if it works or not. Also, add your code snippet.
Have you added this: ``` allprojects { repositories { mavenCentral() // For ImagePicker library, this line is enough. Although, it has been published on jitpack as well maven { url...
@utills Could you please try this solution and let me know if it helped: https://github.com/Drjacky/ImagePicker/issues/45#issuecomment-962007033
Which version you're using? If [v2.1.8](https://github.com/Drjacky/ImagePicker/releases/tag/2.1.8), please try [v2.1.7](https://github.com/Drjacky/ImagePicker/releases/tag/2.1.7) which still use Kotlin 1.4.x. Also, please try [this](https://stackoverflow.com/a/44767574/421467) solution and let me know if it works (whether with the latest...
If none of them worked, you could create a sample app and attach it here so, I can check it.
@amankumar367 Please create a sample project and attach it here; I'll check. Thanks!
@rahat14 @amankumar367 You need to add whatever the gradle shows in the error logcat. For you it'd be something like: ``` packagingOptions { exclude 'META-INF/kotlin-stdlib.*' //Or exclude 'META-INF/kotlin-stdlib.kotlin_module' } ```...