diff --git a/README.md b/README.md index 8a2ae90..b43730f 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,10 @@ To use on iOS, you must add the the camera usage description to your Info.plist Camera permission is required for barcode scanning. -``` \ No newline at end of file +``` + + +## Common problems +### Android "Could not find org.jetbrains.kotlin:kotlin-stdlib-jre..." +Change `org.jetbrains.kotlin:kotlin-stdlib-jre` to `org.jetbrains.kotlin:kotlin-stdlib-jdk` +([StackOverflow](https://stackoverflow.com/a/53358817))