Android expo image picker build failure

build ID is 5273e54b-c6e9-41cd-864b-dddd865c07d9

the error is [stderr] Execution failed for task ':expo-image-picker:compileReleaseKotlin'.

any suggestions on fixing this issue?

This was interesting. Our previous builds were complaining about a later version of the image picker and they succeeded without issue. Further up in the log file was an issue I had seen before with the image picker - v13 vice v14 - and the suggestion to run expo doctor.

So I ran

expo doctor
expo prebuild
then build android

and the problem is fixed. I hope this helps someone else.