Hi there. Just created an empty Kotlin Multiplatfo...
# multiplatform
r
Hi there. Just created an empty Kotlin Multiplatform Mobile library project and there is no gradlew or gradlew.bat even though 'Use Gradle wrapper' option selected. Is it normal? Also, I can see that gradle->wrapper was created.
a
I think running 'gradle wrapper' inside the root folder of the project might help
r
This is the thing, there is no gradle wrapper script inside root project directory. 🤔
a
That command should generate it
You just need regular gradle installed
Also in the is path
So you can run it in cli
r
Gotcha. I do have installed Gradle locally on machine. Will try that.
k
yes it's normal, and the above works
r
Cheers. That worked out. 🙏🏻
👍 1
s
No need for installing Gradle though! This task is also on the right pane of intellij (Tasks/build Setup)
k
build servers, command line
s
Ouhps, didn't read that 🤷 I would recommend checking in the wrappers.