Ant task: don't pass kotlin-runtime.jar to javac on "-no-stdlib"

This commit is contained in:
Alexander Udalov
2015-06-05 16:17:51 +03:00
parent f5ec8d6850
commit d475401108
5 changed files with 55 additions and 2 deletions
@@ -0,0 +1,5 @@
package test;
import kotlin.Unit;
public class J {}