You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution failed for task ':flutter_jailbreak_detection: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.
#68
Open
sniperxenocide opened this issue
Jun 26, 2024
· 7 comments
Execution failed for task ':flutter_jailbreak_detection: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.
The text was updated successfully, but these errors were encountered:
Same error but when use bibucket pipelines its appear , but on my device when use 1.9.24 kotlin version and set dist gradle version in gradle-wrapper.prop to 7.5-all.zip its work
at least you can bypass it with if you set in gradle.properties
kotlin.jvm.target.validation.mode=IGNORE
when update to use ext.kotlin_version = '1.9.0' , classpath 'com.android.tools.build:gradle:8.0.2' and distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zip , then add ignore its work
Execution failed for task ':flutter_jailbreak_detection:compileDebugKotlin'.
The text was updated successfully, but these errors were encountered: