From bd94993156ee0e7529f9eb1debf4002ac3aa1537 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 15 Dec 2015 18:30:09 +0300 Subject: [PATCH] Add kotlin-reflect as a separate library Exclude in core modules, since they do not have kotlin-reflect.jar in dependencies when are built in build.xml Original commit: 2ccd6d54b7b606eabeb03e69496799bf9bd7c6fc --- jps/jps-common/idea-jps-common.iml | 1 + jps/jps-plugin/bare-plugin/bare-plugin.iml | 1 + 2 files changed, 2 insertions(+) diff --git a/jps/jps-common/idea-jps-common.iml b/jps/jps-common/idea-jps-common.iml index 44071adbdcd..8902bc86b9b 100644 --- a/jps/jps-common/idea-jps-common.iml +++ b/jps/jps-common/idea-jps-common.iml @@ -8,5 +8,6 @@ + \ No newline at end of file diff --git a/jps/jps-plugin/bare-plugin/bare-plugin.iml b/jps/jps-plugin/bare-plugin/bare-plugin.iml index feff85211d8..9d0cabb35a3 100644 --- a/jps/jps-plugin/bare-plugin/bare-plugin.iml +++ b/jps/jps-plugin/bare-plugin/bare-plugin.iml @@ -10,5 +10,6 @@ + \ No newline at end of file