Refactor CompileKotlinAgainstCustomBinariesTest

Combine compileLibrary and compileJava into a universal compileLibrary
which compiles both .java and .kt files, either to a directory or to a
.jar file. Also introduce compileJsLibrary for JS only
This commit is contained in:
Alexander Udalov
2017-05-25 19:52:43 +03:00
parent dae414854d
commit da0ecc6cf7
2 changed files with 77 additions and 74 deletions