-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
I can't install the react native screens and gesturehandler dependencies, it's returning a TASK error - "React-native-screens:compileDebugJavaC #1493
Comments
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Description, Steps To Reproduce, Reproduction and Platform sections. |
I have the exact same issue. editing android/build.gradle as per the github instructions had no effect on this error, and downgrading to kotlin 1.4.0 is impossible with the current version of Android Studio reproduction in https://github.com/erikms61/rn_screens_issue.git |
Please upgrade kotlinVersion to 1.7.0 Cheers |
Sometimes, feeling a noob can be very rewarding. For future reference, this is the diff buildscript {
ext {
+ kotlinVersion = "1.7.0"
buildToolsVersion = "31.0.0"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
|
Seems duplicate of #1449 |
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snippet of code, a snack or a link to a GitHub repository that reproduces the problem? |
thanks, it´s working now |
It's work to solve the problem |
This fix gives |
Hi @pedrinho132! |
Closing this issue, as discussion can be moved here: #1449 |
Yes, upgrading to v3.14 resolved the issue. |
No description provided.
The text was updated successfully, but these errors were encountered: