kotlin-interactive-shell
Kotlin Language Interactive Shell
File Explorer
Download Latest Version (.zip)- build.yml
- maven-wrapper.properties
- ki
- ki.bat
- ki.sh
- log4j.properties
- bin.xml
- Actions.kt
- ArgumentValue.kt
- CommandLineBuilder.kt
- CommandLineException.kt
- CommandLineInterface.kt
- CommandLineParser.kt
- Events.kt
- FlagArguments.kt
- FlagValueArguments.kt
- HelpEntriesGroup.kt
- HelpPrinter.kt
- parse.kt
- PositionalArgument.kt
- PositionalArguments.kt
- SharedOption.kt
- Subcommands.kt
- util.kt
- CachedInstance.kt
- Converter.kt
- PropertyBasedReplConfiguration.kt
- ReplConfiguration.kt
- ReplConfigurationBase.kt
- KotlinLexer.java
- KotlinParser.java
- KotlinParserListener.java
- KotlinParserListenerForHighlighting.kt
- BaseHighlighter.kt
- ConfigPlugin.kt
- DependenciesPlugin.kt
- ExecutionEnvironmentPlugin.kt
- HelpPlugin.kt
- KotlinHighlighter.kt
- LoadFilePlugin.kt
- PastePlugin.kt
- PromptPlugin.kt
- RuntimePlugin.kt
- SyntaxPlugin.kt
- ResultWrapper.kt
- ApplicationProperties.kt
- BaseCommand.kt
- Command.kt
- ContextHighlighter.kt
- EventManager.kt
- KotlinCompleter.kt
- KotlinReplSnippetParser.kt
- KotlinShell.kt
- Plugin.kt
- Shell.kt
- Util.kt
- application.properties
- ConfigPluginTest.kt
- DependenciesPluginTest.kt
- KotlinHighlighterTest.kt
- PromptPluginTest.kt
- EventManagerTest.kt
- UtilTest.kt
- missing.credentials
- valid.credentials
- pom.xml
- LICENSE
- README.md
- .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 RecommendedPrerequisites
- 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)
MediumPrerequisites
- 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
Was this content helpful?
(0 ratings)
