-
-
Notifications
You must be signed in to change notification settings - Fork 453
Could not determine the dependencies of null #777
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
Comments
Facing same issue when trying to add @react-native-documents/picker and @react-native-documents/viewer Currently working on react native 0.76.0 |
I had to specify the kotlinVersion in the build file |
What is the current kotlinVersion you're using? Did it worked after changing? |
|
We faced the same issue, this package trying to read the "kotlinVersion", in our case we named the config as "kotlin_version". Renaming the prop in android/build.gradle did the fix. |
lib should have a default version fallback for kotlinVersion if not specified in root app. It shouldn't rely just to kotlinVersion definition in app. |
Works perfectly with iOS but on android I cant build anymore, is this a common issue?
The text was updated successfully, but these errors were encountered: