sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
146 stars 81 forks source link

Execution failed for task ':flutter_email_sender:compileReleaseKotlin' #101

Closed Grimmnir closed 9 months ago

Grimmnir commented 9 months ago

Hi,

trying to create a signed bundle I recently always get the following error:

Execution failed for task ':flutter_email_sender: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

not sure how to fix it. Any suggestions?

sidlatau commented 9 months ago

I release v6.0.2, please check if the issue is fixed in that version.

Grimmnir commented 9 months ago

Issue solved, thank you vey much v6.0.2 fixed it