KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
334 stars 395 forks source link

Fix Inconsistent JVM-target compatibility #333

Open ad-angelo opened 2 weeks ago

ad-angelo commented 2 weeks ago

When building app :

Execution failed for task ':receive_sharing_intent:compileReleaseKotlin'.
> 'compileReleaseJavaWithJavac' task (current target is 1.8) and 'compileReleaseKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
  Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
ad-angelo commented 2 weeks ago

Fix #306, #326, #332, #256

jimmyff commented 1 day ago

Can this please get merged? @KasemJaffer