Just tried the evaluation via "kotlin-scripting-jsr223" (1.3.50) and found out that trying to call a binding named e.g. "example" from within a coroutine (I presume it's about everything accepting a suspending lambda) throws NoSuchMethodError with a message like:
Copy code
Exception in thread "..." java.lang.NoSuchMethodError: Line_1.access$getExample$p(LLine_1;)Ljava/lang/String;
i
ilya.chernikov
08/27/2019, 1:54 PM
I have no immediate answer about it. Could you, please file an issue on youtrack?