- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 81字
- 2025-02-27 20:51:23
Installing Kotlin on Linux
To install Kotlin on Unix based systems such as Linux, Solaris, OS X etc., run the following commands in a terminal.
$ curl -s https://get.sdkman.io | bash
Then open a new terminal and execute below commands to install Kotlin:
$ sdk install kotlin
We can run the following command to see the version of Kotlin:
$ kotlin -version
To install Kotlin on Ubuntu, execute the following command from a terminal:
$ sudo snap install --classic kotlin