diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml
index 82a7ec95bef..4d1bfd47575 100644
--- a/idea/resources/META-INF/plugin.xml
+++ b/idea/resources/META-INF/plugin.xml
@@ -79,5 +79,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
+
diff --git a/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt b/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt
index 89cceed5a20..8b792d057c7 100644
--- a/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt
+++ b/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt
@@ -12,7 +12,8 @@ enum class FUSEventGroups(groupIdSuffix: String) {
MavenTarget("maven.target"),
JPSTarget("jps.target"),
Refactoring("ide.action.refactoring"),
- NewFileTemplate("ide.newFileTempl");
+ NewFileTemplate("ide.newFileTempl"),
+ NPWizards("ide.npwizards");
val GROUP_ID: String = "kotlin.$groupIdSuffix"
}
\ No newline at end of file