Can I have a `scriptdef` gradle module that define...
# scripting
e
Can I have a
scriptdef
gradle module that defines the
KotlinScript
annotated class and the
ScriptCompilationConfiguration
object and have my
host
gradle module, that depends on
scriptdef
, instantiate the
BasicJvmScriptingHost
?