image_gallery_saver icon indicating copy to clipboard operation
image_gallery_saver copied to clipboard

App not compiling with kotlin_version 1.8.21

Open CodeWizard0367 opened this issue 1 year ago • 2 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

CodeWizard0367 avatar Jan 16 '24 12:01 CodeWizard0367

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

krutarth-vaishnav avatar Jan 25 '24 11:01 krutarth-vaishnav

@CodeWizard0367 @krutarth-vaishnav
try this #295

knottx avatar Apr 16 '24 10:04 knottx