In expo-image, the build process uses kotlin-kapt . It should be change to ksp since kotlin version in expo is currently 1.9 and will be 2.x soon. Based on Kotlin documentation, it is recommended that kapt should be migrated to ksp for better performance and support.