Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell
Apache License 2.0
590 stars 36 forks source link

How to append jar files to the script classpath #103

Open papdim opened 2 years ago

papdim commented 2 years ago

I want to extend ki's script classpath with additional .jar files, but I can't find a related command.

Exists such one?

papdim commented 2 years ago

I found that the proper command to append a jar file is, e.g. :dependsOn nameOfJarFile.jar

But I want to prepare an environment by appending multiple jar files. How to do that without having to type multiple commands?