Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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