So I created a new mpp project (ios+android) with ...
# multiplatform
c
So I created a new mpp project (ios+android) with intellij idea tool but I'm unable to create gradle wrapper. There's no build setup in my list, only build and cleanup, nothing between these 2. Am I the only one having this issue? https://kotlinlang.slack.com/archives/C3PQML5NU/p1544541476138600 EDIT: was looking on a subproject, not the root one
p
Do you need a
gradlew
for your subproject?
c
nope, I wasn't able to find gradle setup task because I was looking at subproject tasks instead of root ones
n
You can always generate a wrapper using Gradle itself, it’s not an MPP related issue.
c
As I already said I was looking on the wrong task list. How should I explain it? ._.