Search code examples
reactjsreact-nativenativepayment-gatewaypaytm

Execution failed for task ':paytm_allinone_react-native:compileDebugKotlin'. React Native


Paytm gateway integration in react native

I'm using All-in-One SDK Integration for React Native platform

I also tried to upgrade the kotlin version

kotlinVersion = "1.4.10"

and

cd android && ./gradlew clean

enter image description here


Solution

  • I changed the kotline version:- 1.5.10 in

    project/node_modules/paytm_allinone_react-native/android/gradle.properties

    ArnPaytmAllinone_kotlinVersion=1.5.10
    

    after clear the build and uninstall the project then reinstall