contactlutforrahman / flutter_qr_bar_scanner

A full screen mobile scanner for scanning QR Code and Bar Code.
MIT License
33 stars 69 forks source link

Android kotlin version build.gradle errors on compile for example #50

Open dnaicker opened 2 years ago

dnaicker commented 2 years ago

Trying to run the example code provides this error.

Updated android > build.gradle > ext.kotlin_version = '1.6.10' resolves it and launches application.

image