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
2
I changed the kotline version:- 1.5.10 in
kotline version
1.5.10
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
changed kotlin version to kotlinVersion = "1.5.31" in android/build.gradle
kotlinVersion = "1.5.31"
android/build.gradle
Note : If this error comes back, Uninstall app from emulator and build again or Delete this emulator and create new one and try.
Hope it will work!
Click here to cancel reply.
2
Answers
I changed the
kotline version
:-1.5.10
inproject/node_modules/paytm_allinone_react-native/android/gradle.properties
after clear the build and uninstall the project then reinstall
changed kotlin version to
kotlinVersion = "1.5.31"
inandroid/build.gradle
Note : If this error comes back, Uninstall app from emulator and build again or Delete this emulator and create new one and try.
Hope it will work!