PluginStartupListener clean up

Relates to #KT-39968
This commit is contained in:
Vladimir Dolzhenko
2020-07-03 22:05:43 +02:00
parent 01f2b0e26b
commit 0b2e15d20c
2 changed files with 5 additions and 9 deletions
@@ -10,6 +10,11 @@ import com.intellij.openapi.application.PathMacros
import org.jetbrains.kotlin.idea.util.application.isUnitTestMode
import org.jetbrains.kotlin.utils.PathUtil.kotlinPathsForIdeaPlugin
/**
* Some actions have to be performed before loading and opening any project.
*
* E.g. path variables have to be registered in advance as modules could rely on some path variables.
*/
class PluginStartupListener : ApplicationInitializedListener {
override fun componentsInitialized() {
@@ -1,9 +0,0 @@
/*
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.idea
class PluginStartupListener {
}