Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase.

So, I ran into another error when building for Andriod using EAS build, this is the ending part of the log that’s shows whats wrong

[stderr]   symbol:   class Promise
[stderr]   location: interface org.unimodules.interfaces.permissions.Permissions
[stderr] 5 errors
[stderr] FAILURE: Build failed with an exception.
[stderr] * What went wrong:
[stderr] Execution failed for task ':unimodules-permissions-interface:compileReleaseJavaWithJavac'.
[stderr] > Compilation failed; see the compiler error output for details.
[stderr] * Try:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9/userguide/command_line_interface.html#sec:command_line_warnings
[stderr] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[stderr] * Get more help at https://help.gradle.org
[stderr] BUILD FAILED in 7m 14s
445 actionable tasks: 445 executed
Error: Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase.

Am thinking the issue is from the uinmodules-permissions-interface but not sure yet

Hey @jerry_duncan, you’re likely on the right path by pinpointing unimodules-permissions-interface as a culprit. We’ve migrated from Unimodules to Expo Modules which you can read about here fyi/expo-modules-migration.md at master · expo/fyi · GitHub

ok, many thanks… will try it out

hey @adamjnav, your solution helped error has been fixed, many thanks