Add link to gradle init page

This commit is contained in:
Martin Blazik
2022-02-14 20:06:23 +01:00
parent 8178511496
commit f6fb549a8a

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# https://docs.gradle.org/current/userguide/build_init_plugin.html#sec:kotlin_application
# https://docs.gradle.org/current/samples/sample_building_kotlin_applications.html
if [[ $# < 2 ]]; then
echo "Use: $0 <project-name> <package>"