From 15e392bbd1019d9e6e4b09e6d89860bd79fcc6f9 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 7 Jun 2017 16:26:09 +0300 Subject: [PATCH] Fix compilation on Windows JDK_16 environment variable may have spaces in it ("C:\Program Files\..."), so it should be passed as a separate argument explicitly to the kotlinc ant task --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a4e089f51fb..61754a33063 100644 --- a/build.xml +++ b/build.xml @@ -306,7 +306,8 @@ - + +