Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devtronic authored Feb 20, 2020
1 parent 941e172 commit a4a010c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit a4a010c

Please sign in to comment.