Fintasys / emoji_picker_flutter

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

Address Inconsistent JVM-target compatibility. #192

Closed GleammerRay closed 8 months ago

GleammerRay commented 8 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.