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

Address Inconsistent JVM-target compatibility. #192

Closed GleammerRay closed 3 months ago

GleammerRay commented 3 months ago

Fixes the following error: Execution failed for task ':emoji_picker_flutter:compileReleaseKotlin' Inconsistent JVM-target compatibility detected for tasks 'compileReleaseJavaWithJavac' (1.8) and 'compileReleaseKotlin' (17).

Namespace specified for compatibility with newer Gradle versions.