You can follow the next documentation: Sdkman installation
$ curl -s "https://get.sdkman.io" | bash
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
$ sdk version
$ sdk install java 22.0.0.2.r17-grl
$ sdk use java 22.0.0.2.r17-grl
$ gu install native-image
TODO ???
make
is used as index to launch different targets.
$ make jar
$ make native
- intellij-markdown : markdown processor
- Clikt : command line interface for kotlin
- Mordant : colorful styling for command-line applications
- kotlin-inquirer : a collection of common interactive command line user interfaces