FAILURE: Build failed with an exception.
* Where:
Build file '/Users/<a>/Repositories/<x>/packages/app/node_modules/@iconscout/react-native-unicons/android/build.gradle' line: 89
* What went wrong:
A problem occurred configuring project ':iconscout_react-native-unicons'.
> You must specify a URL for a Maven repository.
// build.gradle
task androidJavadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += files(android.bootClasspath)
classpath += files(project.getConfigurations().getByName('compile').asList()) // line 89
include '**/*.java'
}
These are starting to pile up. Please let me know if I can provide anything else that might help. 🔥
These are starting to pile up. Please let me know if I can provide anything else that might help. 🔥