-
Notifications
You must be signed in to change notification settings - Fork 17
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
After updating plugin to "maven-publish", Configuration error with name 'compile' not found error is shown #71
Comments
@topervillablanca , same happened with me... what i did is substitute the hole build.gradle from node_modules/react-native-virgil-crypto/android/build.gradle to: 1- I changed all apply plugin: 'maven' to : 2- commented this line: 3- and removed the: Resulting on:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
After updating the deprecated maven plugin, I encountered an error where compile is not found in this code block when I run
react-native run-android
The error looks like this
Where:
Build file 'C:\Users\Pixelminers Topher\Desktop\PixelmineLocal\node_modules\react-native-virgil-crypto\android\build.gradle' line: 116
What went wrong:
A problem occurred configuring project ':react-native-virgil-crypto'.
Configuration with name 'compile' not found.
Here are some info on my setup
react-native-cli: 2.0.1
react-native: 0.68.2
react-native-virgil-crypto: 0.6.1
The text was updated successfully, but these errors were encountered: