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
> Task :expo-modules-core:compileReleaseJavaWithJavac
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :expo-modules-core:bundleLibCompileToJarRelease
> Task :react-native-reanimated:configureCMakeRelWithDebInfo[x86]
> Task :expo-application:compileReleaseKotlin FAILED
396 actionable tasks: 391 executed, 5 up-to-date
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':expo-application:compileReleaseKotlin'.
> 'compileReleaseJavaWithJavac' task (current target is 17) and 'compileReleaseKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.
Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
The expo version has to match exactly. You're already using expo 50, I'm still on 49. You either need to downgrade, create a PR or wait until I update the libraries.
Thanks, so it is to imply update the version number? I didn't see where to put it. And how do you debug it? Just prebuild locally and ./gradle xxx to see if there is an error?
https://github.com/tiddly-gittly/TidGi-Mobile/actions/runs/7833780879/job/21375553710
Even only add expo-application from https://github.com/Nonononoki/expo-application get the same way... How did you build your APP? Mine is https://github.com/tiddly-gittly/TidGi-Mobile/blob/master/.github/workflows/build-f-droid-apk.yml
The text was updated successfully, but these errors were encountered: