You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java 21 or later — Ki Script runs on the JVM internally.
Install from Adoptium if needed.
The JVM is an implementation detail; users interact only with ks and ksr.
Development
The existing IDE workflow is preserved:
IntelliJ Run Configurations continue to work as before for App.kt and the REPL
The ksr.sh script in the project root still works for dev-time REPL launches
./gradlew repl launches the REPL from a terminal
The new system adds an installable distribution on top of the existing dev workflow.