From 179c35fc2dfef71ebff0150a7088cedb3fe4968a Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Tue, 27 Mar 2018 21:31:22 +0100 Subject: [PATCH] Add IntelliJ kotlinc configuration This removes the need for the plugin stub. --- .idea/kotlinc.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .idea/kotlinc.xml diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 00000000..7825b132 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file