Skip to content

Instantly share code, notes, and snippets.

@bastman
Last active February 13, 2020 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastman/d8370e65bd6105d6539e0d1a685b1a12 to your computer and use it in GitHub Desktop.
Save bastman/d8370e65bd6105d6539e0d1a685b1a12 to your computer and use it in GitHub Desktop.
gradle-init-kotlin-app.sh
$ sdk install gradle 6.1.1
$ sdk use gradle 6.1.1
$ gradle wrapper --gradle-version=6.1.1
$ ./gradlew init --type kotlin-application --dsl kotlin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment