hui-z / image_gallery_saver

flutter中用于保存图片到相册的Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App not compiling with kotlin_version 1.8.21

CodeWizard0367 opened this issue · comments

  • What went wrong:
    Execution failed for task ':image_gallery_saver:compileDebugKotlin'.

'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' 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
2

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

BUILD FAILED in 1m 33s
Exception: Gradle task assembleDebug failed with exit code 1

Yes, I'm facing the same issue. It's open since last week, Still no response, Hello?