Update README.md

This commit is contained in:
Julian Finkler 2020-02-20 01:01:32 +01:00 committed by GitHub
parent 941e172376
commit a4a010ca31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -73,4 +73,10 @@ To use on iOS, you must add the the camera usage description to your Info.plist
<string>Camera permission is required for barcode scanning.</string>
<!-- ... -->
</dict>
```
```
## 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))