The shell is an extensible implementation of Kotlin REPL with reach set of features including:
* Syntax highlight
* Type inference command
* Downloading dependencies in runtime using Maven coordinates
* List declared symbols
The shell is an extensible implementation of Kotlin REPL with reach set of features including:
* Syntax highlight
* Type inference command
* Downloading dependencies in runtime using Maven coordinates
* List declared symbols
To install ki-shell, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ki-shell
To see what files were installed by ki-shell, run:
port contents ki-shell
To later upgrade ki-shell, run:
sudo port selfupdate && sudo port upgrade ki-shell
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.