<@U0B97HBLG> &gt; Is it possible to load the Kotli...
# build-tools
u
@pardom
Is it possible to load the Kotlin repl with a classpath?
if you mean the commane line REPL, you can just invoke it with the desired classpath, e.g.
kotlinc -cp lib1.jar:lib2.jar