bazelbuild / rules_kotlin

Bazel rules for Kotlin
Apache License 2.0
331 stars 206 forks source link

Remove python from the js compilation #270

Open restingbull opened 4 years ago

restingbull commented 4 years ago

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

TLATER commented 3 years ago

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