I read here that I can tweak certain settings using these parameters:
idea {
module {
downloadJavadoc = false
downloadSources = true
}
}
However I get an error when I am trying to build:
Could not find method idea() for arguments
The idea task generates an IDEA module file for the project. When the project is the root project, the idea task also generates an IDEA project and workspace. The IDEA project includes modules for each of the projects in the Gradle build. The IDEA plugin also adds an openIdea task when the project is the root project.
In Eclipse, select File > Export. In the window that appears, open Android and select Generate Gradle build files. Select the project you want to export for Android Studio and click Finish.
Please apply the IDEA plugin first:
apply plugin: 'idea'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With