From 74d00979d4094d0b589e5ee58dbed0abcc844eba Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 14 Nov 2014 19:23:55 +0300 Subject: [PATCH] Use newly built compiler for kotlin2js instead of bootstrap Otherwise it's impossible to make any change in built-ins: the bootstrap compiler is not able to compile the new stdlib because stdlib is designed to compile against the built-ins of the same version, but bootstrap compiler is only aware of old built-ins which it has in its classpath --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 29e15a27cab..ff31ecce32a 100644 --- a/build.xml +++ b/build.xml @@ -218,6 +218,8 @@ + +