rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Remove python from the js compilation

Open restingbull opened this issue 4 years ago • 1 comments

The python executable in the js can be replaced by a starlark rule with minimal fuss, and removes python dependency from the rule set.

restingbull avatar Feb 05 '20 17:02 restingbull

I've been looking at this; it's a bit of a fuss because it of course still needs to run through an external binary, but unzip and jar support regex extraction as well, so it seems feasible. Currently figuring out how the tests work in this repository, but I'll get a PR up asap :)

@ulfjack and @Yannic may be interested too

TLATER avatar Sep 13 '21 12:09 TLATER