rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Running Kotlin REPL for a specific kt_jvm_library target

Open tandel-pratik opened this issue 4 years ago • 1 comments

REPLs are very useful to be able to load specific classpaths. This is an example of how the Scala Bazel rules allow for it (I recall pants has a repl mode for Scala too): https://github.com/bazelbuild/bazel/issues/1394

Kotlin REPL: https://kotlinlang.org/docs/command-line.html#run-the-repl

tandel-pratik avatar Dec 02 '20 19:12 tandel-pratik

Will need before impl:

  • api discussion
  • eval of worker requirements

restingbull avatar Dec 28 '20 17:12 restingbull