mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-12-23 06:49:23 +08:00
Update README.md
This commit is contained in:
parent
941e172376
commit
a4a010ca31
@ -74,3 +74,9 @@ To use on iOS, you must add the the camera usage description to your Info.plist
|
|||||||
<!-- ... -->
|
<!-- ... -->
|
||||||
</dict>
|
</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