Kotlin / Kotlin/kotlin-interactive-shell

Question: Possible to use kotlin-shell via lein repl ?

Open
#70 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
612
Forks
40
PR merge metrics
No merged PRs in 30d

Description

```
lein update-in :dependencies conj '[org.jetbrains.kotlinx/ki-shell "0.3.2"]' -- repl
```
just gives me a clojure repl.
What are the steps to start the kotlin shell inside this session ?
Something along (my example is incorrect):
```
user=> (ns kotlin-shell-ns (:require [org.jetbrains.kotlinx.ki.shell.KotlinShell :as ki]))
```
>Execution error (FileNotFoundException) at kotlin-shell-ns/eval2008$loading (REPL:1).
Could not locate org/jetbrains/kotlinx/ki/shell/KotlinShell__init.class, org/jetbrains/kotlinx/ki/shell/KotlinShell.clj or org/jetbrains/kotlinx/ki/shell/KotlinShell.cljc on classpath.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the provided `lein update-in ... -- repl` command and the attempted `org.jetbrains.kotlinx.ki.shell.KotlinShell` namespace form. Check the project’s documented or supported REPL entry points and dependency usage, then document the steps needed to launch the Kotlin shell from this session and verify them against the reported classpath error.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure, kotlin
Domain
cli, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.