From 85d685dfcceb684a7a1cea96dfad4de9d252ec88 Mon Sep 17 00:00:00 2001 From: nik Date: Mon, 13 Nov 2017 16:57:24 +0300 Subject: [PATCH] IDEA project configuration: explicitly specify API and Language version for Kotlin compiler Otherwise they are automatically set to 1.2 if the project is opened with Kotlin plugin 1.2 (KT-18543), and we aren't ready to use that language version in IDEA project yet. --- .idea/kotlinc.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index e24566f7960e..894c2d2f197f 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -7,4 +7,8 @@ + + \ No newline at end of file