Closed peterebden closed 5 years ago
Resolves #16
kotlin_test needs the latest version of junit_runner.jar which isn't released in a plz version yet; without that it won't run any of the tests.
kotlin_test
junit_runner.jar
It's also pretty slow; the compiler seems to have quite a lot of fixed overhead. Probably needs a persistent worker, might do that in a future PR.
Okay this should be all good to go with 13.4.0.
Resolves #16
kotlin_test
needs the latest version ofjunit_runner.jar
which isn't released in a plz version yet; without that it won't run any of the tests.It's also pretty slow; the compiler seems to have quite a lot of fixed overhead. Probably needs a persistent worker, might do that in a future PR.