React Native: Compose Compiler and Kotlin version
When building my React Native project on EAS build infrastructure, I encountered this error:
This version (1.5.15) of the Compose Compiler requires Kotlin version 1.9.25 but you appear to be using Kotlin version 1.9.24 which is not known to be compatible.
Solution: upgrade Expo and fix dependencies
npx expo install expo@latest npx expo install --fix