don't show "kotlin not configured" notification for modules where the runtime is outdated

This commit is contained in:
Dmitry Jemerov
2015-11-23 14:10:58 +01:00
parent 85ea295e92
commit 2379fd80fc
19 changed files with 194 additions and 194 deletions
-3
View File
@@ -22,9 +22,6 @@
<component>
<implementation-class>org.jetbrains.kotlin.idea.compiler.KotlinCompilerManager</implementation-class>
</component>
<component>
<implementation-class>org.jetbrains.kotlin.idea.versions.OutdatedKotlinRuntimeNotification</implementation-class>
</component>
<component>
<implementation-class>org.jetbrains.kotlin.idea.configuration.ui.NonConfiguredKotlinProjectComponent</implementation-class>
</component>