- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 81字
- 2021-06-10 18:49:17
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
推薦閱讀
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- C語言程序設計基礎與實驗指導
- OpenCV for Secret Agents
- 軟件測試項目實戰之性能測試篇
- C語言程序設計
- Mastering Unity Shaders and Effects
- JavaScript 程序設計案例教程
- R Deep Learning Cookbook
- Python3.5從零開始學
- Couchbase Essentials
- Clean Code in C#
- OpenStack Networking Essentials
- Android應用開發實戰
- Python第三方庫開發應用實戰