Ben Chuanlong Du's Blog

It is never too late to learn.

Install Kotlin

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Ubuntu

Unfortunately, there is no apt-get installation (even no Ubuntu PPA) for Kotlin at this time. There are basically 3 options to install Kotlin on Ubuntu.

  1. Install manually.
  2. Use snap app.
  3. Use sdkman to install Kotlin LOCALLY.

Mac

You can install Kotlin using Homebrew.

References

https://medium.com/@sushanthande1/install-kotlin-on-linux-ubuntu-1a3f97dffa40

Comments