it is easier to make a change if it is in the libr...
# scripting
a
it is easier to make a change if it is in the libraries builds (where things are more easily built using maven dependencies or sometimes copied from core build, this is where
kotlin-script-runtime
maven POM is made by copying in the resulting JAR from core build), a bit messier to go into the core builds (where core/script-runtime build actually happens from an ANT build). Maybe a new libraries project of
kotlin-jsr223-script-engine
that includes only those things needed for that effort, including the factory would make sense. Then later maybe someone can rename
kotlin-script-runtime
to
kotlin-script-templates
if that will never contain more than that.