From 98d900e7d54d3c1da119af8137499565062259c8 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 18 Mar 2015 19:37:06 +0100 Subject: remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix Dokka artifact --- .idea/libraries/kotlin_plugin.xml | 134 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 .idea/libraries/kotlin_plugin.xml (limited to '.idea/libraries/kotlin_plugin.xml') diff --git a/.idea/libraries/kotlin_plugin.xml b/.idea/libraries/kotlin_plugin.xml new file mode 100644 index 00000000..e2975946 --- /dev/null +++ b/.idea/libraries/kotlin_plugin.xml @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit