kotlin-interactive-shell

(β˜… 611)

Kotlin Language Interactive Shell

  • .gitignore
  • jreleaser.toml
  • LICENSE
  • mvnw
  • mvnw.cmd
  • pom.xml
  • README.md
  • set_default_release.sh

# Installation Guide

1. Get the code
git clone https://github.com/Kotlin/kotlin-interactive-shell

Downloads the entire project code from GitHub to your computer.

cd kotlin-interactive-shell

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
brew install ki

Installs the pre-built package via Homebrew β€” no source build required.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Maven (Java)

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java projects.
  • Maven The build tool used for the mvn command.
mvn -DskipTests package

Installs dependencies and builds the project using Maven.

mvn -Dkotlin.version=1.4.10 -DskipTests package

Installs dependencies and builds the project using Maven.

βœ… A BUILD SUCCESS message means it worked. The output is created under target/.

Pulled directly from this repo's README.

// repository documentation