moved PluginVersion from collector instance to context for each trigger()

This commit is contained in:
Anton Yalyshev
2019-01-15 10:41:28 +03:00
parent 124ab5a896
commit 23b0f27f3b
3 changed files with 7 additions and 27 deletions
@@ -3238,7 +3238,6 @@
<statistics.applicationUsagesCollector implementation="org.jetbrains.kotlin.statistics.KotlinTargetTrigger"/>
<statistics.applicationUsagesCollector implementation="org.jetbrains.kotlin.statistics.KotlinIdeRefactoringTrigger"/>
<statistics.applicationUsagesCollector implementation="org.jetbrains.kotlin.statistics.KotlinIdeNewFileTemplateTrigger"/>
<statistics.applicationUsagesCollector implementation="org.jetbrains.kotlin.statistics.KotlinPluginVersionCollector"/>
</extensions>
</idea-plugin>