https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
c

coletz

01/04/2019, 5:13 PM
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

pandawarrior

01/05/2019, 3:08 AM
Do you need a
gradlew
for your subproject?
c

coletz

01/07/2019, 10:29 AM
nope, I wasn't able to find gradle setup task because I was looking at subproject tasks instead of root ones
n

nestserau

01/07/2019, 10:31 AM
You can always generate a wrapper using Gradle itself, it’s not an MPP related issue.
c

coletz

01/07/2019, 11:33 AM
As I already said I was looking on the wrong task list. How should I explain it? ._.
2 Views