Hey folks, has anyone update to Gradle 8.0? I started seeing this error with JDK version.
Copy code
Execution failed for task ':core: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.
galvas
07/28/2023, 12:48 PM
I tried adding the toolchain commands but no success.