is there something comparable to the `GroovyShell`...
# getting-started
m
is there something comparable to the
GroovyShell
-esque classes for loading in additional code? i’m thinking about how I would approach running a consumer’s provided Kotlin script (that has to a few parameters, similar to
Binding
in groovy) to provide type-safe configuration of some objects. would I be able to dynamically load this, or would I have to make use of an embedded kotlin compiler (or something like that)?