kotlin

kotlin 2.4.20

General purpose programming language

<rendered-html><p>Kotlin is a statically typed language that targets the JVM and JavaScript. It is a general-purpose language intended for industry use. It is developed by a team at JetBrains although it is an OSS language and has external contributors.</p> </rendered-html>

https://kotlinlang.org/
Apache License 2.0
programs: kotlinc, kotlinr, kotlinc-wasm, kotlin, kapt, kotlinc-jvm, kotlinc-js
Platforms (79)
riscv64-linuxarmv7l-netbsdmicroblaze-noneaarch64-netbsdi686-netbsdwasm64-wasip1aarch64-uefiarmv7l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  kotlin
];
Ad-hoc shell
nix-shell -p kotlin
Flake (nix run)
nix run nixpkgs#kotlin