Open thang96 opened 2 years ago
I had the same error. Try setting a kotlinVersion in your android/build.gradle file.
buildscript {
ext {
kotlinVersion = "1.6.0"
Works for me on RN 0.69.4
This helped me build properly but my Android app gets stuck on a loading screen, something to do with the MainActivity override perhaps?
What went wrong: Execution failed for task ':react-native-receive-sharing-intent:compileDebugKotlin'.
Try:
Get more help at https://help.gradle.org
need help :(((