JetBrains dependency - Android #8467
Closed
niloufar-makhzani
started this conversation in
General
Replies: 1 comment
-
Hi there - you'll have to be more specific, additionally you'll need to explain why this isn't something required when integrating from scratch, as I do in my build demonstrator here: https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh There's no need to manually add that dependency as far as I can tell, all the low-level dependencies like that should already be there |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a React-native project (0.74.2) and I couldn't update it for some reasons, the I tried to integrate Crashlytics into it and it was crashing on Firebase on Release build. I knew that when there is Kotlin dependencies I need to add jetbrains to my project but for this task I was not aware.
I wanted to ask you to add this to the Documents for mosules with Kotlin dependencies so it wont be confusing anyone else.
Make sure you have
apply plugin: "org.jetbrains.kotlin.android"
in yourapp/build.gradle
Beta Was this translation helpful? Give feedback.
All reactions