mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-17 08:49:19 +08:00
Update README.md
This commit is contained in:
parent
941e172376
commit
a4a010ca31
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user