command | action |
---|---|
./gradlew ktlintFormat | Invokes the ktlint task to format code. |
./gradlew clean build | Invokes the clean and build task. This will run all the ktlint tasks and it will run the tests. |
./gradlew clean check | Invokes the check tasks (including tests). In order to get the test output you must use 'clean'. |
./gradlew run | Invokes the run command with the default mainClass (i.e. cmolisee.leetcodekotlin.AppKt). |
./gradlew run -Pmain=.Kt | Invokes the run command for the specified mainClass. |
./gradlew runall | Invokes the custom runAll shell script to run ALL files with a main() class. |
-
Notifications
You must be signed in to change notification settings - Fork 0
cmolisee/leetcodekotlin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published