Zeganstyl
01/16/2021, 8:01 AMmbonnin
01/16/2021, 9:55 AMkotlin-compiler-embeddable
and configure the host to pass data to your child script like Gradle does for an exemple to pass a Project
instance. Never done that myself but that sounds theorically doableZeganstyl
01/16/2021, 10:19 AMprovidedProperties
, it throws
ERROR wrong number of arguments: java.lang.IllegalArgumentException: wrong number of arguments
Even if child script is empty.
There is option scriptsInstancesSharing
for script configuration, but I don't know how it works.Zeganstyl
01/16/2021, 10:52 AMERROR argument type mismatch: java.lang.IllegalArgumentException: argument type mismatch
Egor
01/16/2021, 10:59 AMEgor
01/16/2021, 10:59 AMZeganstyl
01/16/2021, 11:48 AMSourceCode
interface?
Also, I want some isolation between child and parent scripts. So child script will receive only those objects, that parent script passes to child script.Egor
01/16/2021, 1:56 PMEgor
01/16/2021, 1:58 PM