Open chanskw opened 7 years ago
Need a target that download dependencies so we can import projects into Studio and not have the build happen.
Try adding the 'eclipse' plugin to the build.gradle file:
apply plugin: 'eclipse'
Then from the command-line, run gradle eclipse. This will add all of the JAR dependencies to the .classpath file.
gradle eclipse
Need a target that download dependencies so we can import projects into Studio and not have the build happen.