File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
packages/camera/camera_android_camerax Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.0+1
2+
3+ * Update ` README.md ` to include known duplicate Kotlin classes issue.
4+
15## 0.5.0
26
37* Initial release of this ` camera ` implementation that supports:
Original file line number Diff line number Diff line change @@ -49,6 +49,15 @@ Any specified `ResolutionPreset` wll go unused in favor of CameraX defaults and
4949
5050` setZoomLevel` is unimplemented.
5151
52+ # # Known Issues
53+
54+ # ## Receiving `Duplicate class kotlin.*` error
55+
56+ If you receive a `Duplicate class kotlin.*` error when using this plugin
57+ implementation, you may need to update your app's Kotlin version. You can do
58+ this by finding your app's `android/build.gradle` file and updating the
59+ ` org.jetbrains.kotlin:kotlin-stdlib-jdk7` dependency to at least version 1.18.10.
60+
5261# # Contributing
5362
5463For more information on contributing to this plugin, see [`CONTRIBUTING.md`](CONTRIBUTING.md).
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin using the CameraX libra
33repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55
6- version : 0.5.0
6+ version : 0.5.0+1
77
88environment :
99 sdk : " >=2.19.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments