Fintasys / emoji_picker_flutter

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
MIT License
154 stars 114 forks source link

Android: Fix build.gradle causes compile error #197

Closed BreadKey closed 2 months ago

BreadKey commented 2 months ago

Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.

Fintasys commented 2 months ago

Thanks for your contribution ! I think your change is not the recommended way to handle this issue. We have discussed few options in this thread but I also just released a new version 2.2.0 which downgrades Kotlin again to 1.7.10 which might fix your issue. Please have a look 🙏