From a4a010ca31b67d6ef331786bb93d79cb71f1f327 Mon Sep 17 00:00:00 2001 From: Julian Finkler Date: Thu, 20 Feb 2020 01:01:32 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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))