Don't show "Kotlin not configured" notifications while Gradle sync is running

#KT-15279 Fixed
This commit is contained in:
Dmitry Jemerov
2017-01-26 14:31:48 +01:00
parent ac35b182b5
commit c4032908c0
4 changed files with 71 additions and 4 deletions
+2
View File
@@ -2056,6 +2056,8 @@
<deadCode implementation="org.jetbrains.kotlin.idea.inspections.KotlinJUnitStaticEntryPoint"/>
<externalSystemTaskNotificationListener implementation="org.jetbrains.kotlin.idea.configuration.KotlinExternalSystemSyncListener"/>
<!--kotlin script specific extensions-->
<java.shortNamesCache implementation="org.jetbrains.kotlin.idea.core.script.dependencies.JavaClassesInScriptDependenciesShortNameCache"/>
<indexedRootsProvider implementation="org.jetbrains.kotlin.idea.core.script.dependencies.KotlinScriptDependenciesIndexableSetContributor"/>