react-native-receive-sharing-intent
react-native-receive-sharing-intent copied to clipboard
react-native-receive-sharing-intent:compileDebugKotlin
- What went wrong: Execution failed for task ':react-native-receive-sharing-intent:compileDebugKotlin'.
Compilation error. See log for more details
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
- Get more help at https://help.gradle.org
need help :(((
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?