s
-.txt
i
The dependency on
kotlin-scripting-compiler
artifact is missing. Seems we messed up with dependencies of
kotlin-script-util
, sorry about it. Please add it manually, and I’ll try to push a fix into the bugfix release, if possible.
s
Ok, yeah a fix in bugfix release would be hihly appreciated, not that much for our tests but for end users that will face this issue.
BTW we have replaced the compiler dependency by
kotlin-compiler-embeddable
do to the Coroutines dependency leaking in the classpath and breaking some test cases recently.
Is it the recommanded compiler dependency now ?
Does the non embeddable one still have use cases ?
(asking because users will do the mistake IMO)
i
Embeddable/non-embeddable is a confusing topic. We are working on a solution that eventually should allow to use regular one everywhere. But for a moment -embeddable is safer, although it might require some additional thingsto care about in a few cases.
s
Ok