Clean up of plugin-common.xml and convert components to services
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ internal abstract class AbstractScriptConfigurationManager(
|
||||
}
|
||||
|
||||
init {
|
||||
val connection = project.messageBus.connect()
|
||||
val connection = project.messageBus.connect(project)
|
||||
connection.subscribe(ProjectTopics.PROJECT_ROOTS, object : ModuleRootListener {
|
||||
override fun rootsChanged(event: ModuleRootEvent) {
|
||||
clearClassRootsCaches()
|
||||
|
||||
Reference in New Issue
Block a user