The produceExecutable option is gone in 1.4-M2-eap...
# javascript
r
The produceExecutable option is gone in 1.4-M2-eap-68, is there an alternative?
I am using the js plugin "org.jetbrains.kotlin.js", is that the problem? It's only available in multiplatform projects?
s
You’re a bit ahead of being ahead of the curve 😉
binaries.executable()
is what you’re looking for. However, please note that we can’t provide support for milestone EAPs like
M2-eap-XX
, as they aren’t really meant for the public. All relevant changes will, as always, be announced in the
M2
release blog post – once M2 releases.
r
Ah that work, thx! It's only for testing the new ir stuff, one dependency requirement led to another and here we are.
r
That's interesting. So is JS configuration going to start looking more like native?
t
@russhwolf Do we need
bundle
(not
binary
)? 🙂
r
Don’t ask me I’m just learning about that for the first time