From 11c023cfb2d9d897f5514aa37c5835ceeff08eb4 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 24 Jan 2014 19:58:10 +0400 Subject: [PATCH] Unmark source roots in 'builtins' and 'runtime.jvm' This is needed because until we have modules and dependencies implemented in our IDEA plugin, the whole project always is analyzed to highlight any file in the project. This resulted in weird errors in different modules in Kotlin project because two declarations were found for each built-in class: the one in kotlin-runtime.jar and the one (totally unrelated) in the 'builtins' module --- core/builtins/builtins.iml | 4 +--- core/runtime.jvm/runtime.jvm.iml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/core/builtins/builtins.iml b/core/builtins/builtins.iml index d5c07432750..ef582b1af94 100644 --- a/core/builtins/builtins.iml +++ b/core/builtins/builtins.iml @@ -2,9 +2,7 @@ - - - + diff --git a/core/runtime.jvm/runtime.jvm.iml b/core/runtime.jvm/runtime.jvm.iml index e49743833b9..5ceeb8204d8 100644 --- a/core/runtime.jvm/runtime.jvm.iml +++ b/core/runtime.jvm/runtime.jvm.iml @@ -2,9 +2,7 @@ - - - +