Archive for the ‘Kotlin’ Category

Kotlin installieren mit Snap (Linux Mint)

Dienstag, Mai 23rd, 2023


# Install snap:(Linux Mint)
mv /etc/apt/preferences.d/nosnap.pref ~/nosnap.backup
apt update
apt install snapd

# Install Kotlin Compiler:
snap install –classic kotlin

Links:
https://snapcraft.io/docs/installing-snap-on-linux-mint
https://kotlinlang.org/docs/command-line.html
https://kotlinlang.org/docs/reference/coding-conventions.html