You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem occurred evaluating project ':app'. > Could not find method compile() for arguments [project ':react-native-text-gradient'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
#53
Open
frankelly001 opened this issue
May 31, 2022
· 1 comment
After Inserting the following lines inside the dependencies block in android/app/build.gradle:
compile project(':react-native-text-gradient')
am get this error message below when am trying to for andriod app
A problem occurred evaluating project ':app'. >
Could not find method compile() for arguments [project ':react-native-text-gradient'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
The text was updated successfully, but these errors were encountered:
I think still with the same issue
A problem occurred evaluating root project 'lineargradient'.
Could not find method compile() for arguments [project ':react-native-text-gradient'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
After Inserting the following lines inside the dependencies block in android/app/build.gradle:
compile project(':react-native-text-gradient')
After Inserting the following lines inside the dependencies block in android/app/build.gradle:
compile project(':react-native-text-gradient')
am get this error message below when am trying to for andriod app
A problem occurred evaluating project ':app'. >
Could not find method compile() for arguments [project ':react-native-text-gradient'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
The text was updated successfully, but these errors were encountered: