react-native-receive-sharing-intent icon indicating copy to clipboard operation
react-native-receive-sharing-intent copied to clipboard

react-native-receive-sharing-intent:compileDebugKotlin

Open thang96 opened this issue 3 years ago • 2 comments

  • 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 :(((

thang96 avatar Aug 16 '22 10:08 thang96

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

jensdev avatar Aug 17 '22 15:08 jensdev

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

frankcalise avatar Oct 17 '22 15:10 frankcalise