I created a Kotlin project with the template "Mobi...
# getting-started
s
I created a Kotlin project with the template "Mobile Shared Library | Gradle", but I don't have the (expected?) gradle-wrapper.jar file in the gradle/wrapper folder. Is it only a question of project configuration? Thanks in advance.
a
Hello! What version of the Kotlin plugin do you have?
s
1.3.50-release-IJ2019.2-1
a
Hmm. Please try to call
gradle wrapper
task in the project root directory.
s
For the record, I'm also missing the files *gradlew*/*gradlew.bat* (at project root level). I only have gradle/wrapper/*gradle-wrapper.properties*. Edit: Ok, I will try your suggested call from a command prompt.
Thank you Artyom, it solved my problem. 👍
a