From 74f1a0cb730e8c77c09c75203280ecb37b1c1195 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Thu, 13 Apr 2017 15:55:30 +0300 Subject: [PATCH] Don't export kotlin-reflect form util module and add it explicitly where it's required. Also, remove kotlin-reflect form container module. Main goal is get rid of kotlin-reflect.jar from modules what required for minimal compiler.jar which can compile Kotlin only to JS to make it smaller. Original commit: 05c3e7e81d0d19c1edfee16d8ef2830a01fc841b --- jps/jps-plugin/jps-tests/jps-tests.iml | 1 + 1 file changed, 1 insertion(+) diff --git a/jps/jps-plugin/jps-tests/jps-tests.iml b/jps/jps-plugin/jps-tests/jps-tests.iml index 6100f2af4f5..1772d1a64c3 100644 --- a/jps/jps-plugin/jps-tests/jps-tests.iml +++ b/jps/jps-plugin/jps-tests/jps-tests.iml @@ -18,5 +18,6 @@ + \ No newline at end of file