'Gradle always downloading when i create a flutter project
Hello world i'm a beginner in android development with flutter. Why does IntelliJ downloads gradle each time i create a new flutter project even though i have gradle installed on my PC and it's added to path already
Solution 1:[1]
The project will use the gradle version which is set in the build.gradle file in android/src folder. It's the line that end with gradle-...-all.zip. So it will download that version.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | fsbelinda |
