From 17e8eafe3328244aae1349533bae44b8ddbe83a3 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 20 Jan 2016 00:55:43 +0300 Subject: [PATCH] Pass -Xallow-kotlin-package to compiler in project To compile the 'builtins' module --- .idea/kotlinc.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/kotlinc.xml diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 00000000000..1fa0a13401d --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file