Hey folks, has anyone update to Gradle 8.0? I started seeing this error with JDK version. ```Executi...
g
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.
I tried adding the toolchain commands but no success.
a
Add this👇 to all build.gradle, it helped me
👍 4
☝️ 1