Skip to content

kotlinlang.org

Statically typed programming language for the JVM

Package Information

  • Domain: kotlinlang.org
  • Name: kotlinlang.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +kotlinlang.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • kapt
  • kotlin
  • kotlinc
  • kotlinc-js
  • kotlinc-jvm

Available Versions

Show all 16 versions
  • 2.1.21, 2.1.20, 2.1.10, 2.1.0, 2.0.21
  • 2.0.20, 2.0.10, 2.0.0, 1.9.25, 1.9.24
  • 1.9.23, 1.9.22, 1.9.21, 1.9.20, 1.9.10
  • 1.9.0

Latest Version: 2.1.21

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +kotlinlang.org@2.1.21 -- $SHELL -i

Dependencies

This package depends on:

  • openjdk.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.kotlinlangorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.