expo-permissions compileDebugKotlin failed

I have been working on expo app, Actually I wanted to implement apple and google pay so for that I ejected it but when ever i run react-native run-android i get this error.
→ expo-permissions compileDebugKotlin failed

Hey @iamabdul.haseeb, can you please provide version numbers and are you building for a physical device or an emulator?

Cheers,
Adam

ext {
buildToolsVersion = “29.0.3”
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
playServicesVersion = “16.0.0”
firebaseVersion = “16.0.0”
googlePlayServicesVersion = “16.0.0”
kotlinVersion = “1.4.10”

}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.