Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native-receive-sharing-intent:compileDebugKotlin #148

Open
thang96 opened this issue Aug 16, 2022 · 2 comments
Open

react-native-receive-sharing-intent:compileDebugKotlin #148

thang96 opened this issue Aug 16, 2022 · 2 comments

Comments

@thang96
Copy link

thang96 commented Aug 16, 2022

  • 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.

need help :(((

@jensdev
Copy link

jensdev commented Aug 17, 2022

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

@frankcalise
Copy link

This helped me build properly but my Android app gets stuck on a loading screen, something to do with the MainActivity override perhaps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants