Hi guys, I tried to create a new mpp and everything seems ok, but there's no
gradlew
. Is it normal? How should I generate it? I used Intellij Idea and created the project, nothing else
n
Nikolai
12/11/2018, 3:22 PM
In Intellij IDEA at the right side where is a Gradle Panel on that panel in root group I have task "build setup - wrapper". After running it I got wrapper.
c
coletz
12/11/2018, 3:23 PM
thanks!
r
russhwolf
12/11/2018, 5:16 PM
For some reason most Jetbrains things make you run the wrapper task yourself instead of including it in the repo/template. Not sure why they differ from the Android Studio default behavior in that respect.