sawankumarbundelkhandi / edge_detection

This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
https://pub.dev/packages/edge_detection
Apache License 2.0
245 stars 245 forks source link

Execution failed for task ':edge_detection:compileDebugKotlin #187

Open raviatri opened 1 week ago

raviatri commented 1 week ago

After upgrading the gradle version of app we are getting this error, I have tried changing project version to 1.8 but still receiving the same issue:

'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

raviatri commented 5 days ago

any update on this?