Andy Smith
Andy Smith
A static main (named 'mainWithProperties') that takes external properties so that build tools can supply their own properties, rather than injecting config by polluting system properties; This is a disaster...
More of an enhancement request rather than an issue. I can't figure out how to invoke the plugin from kotlin dsl. An example of how to invoke from build.gradle.kts added...
AFAIT these two expressions should return same result. ``` (--map-when #'evenp (* it it) (number-sequence 1 10)) (--map (if (evenp it) (* it it) it) (number-sequence 1 10)) ``` but...
It's left out of the implot API but is available in the demo, however this code hasn't been exposed by the bindings. Think it would make a good enhancement!