Move KotlinCacheServiceImpl to plugin-common.xml

This was done to prevent fir plugin from loading FE 1.0 services
This commit is contained in:
Stanislav Erokhin
2020-12-30 15:48:19 +01:00
committed by teamcityserver
parent bf85b110da
commit 6919f3dbb5
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -12,9 +12,6 @@
<projectService serviceInterface="org.jetbrains.kotlin.analyzer.KotlinModificationTrackerService"
serviceImplementation="org.jetbrains.kotlin.idea.caches.trackers.KotlinIDEModificationTrackerService"/>
<projectService serviceInterface="org.jetbrains.kotlin.caches.resolve.KotlinCacheService"
serviceImplementation="org.jetbrains.kotlin.idea.caches.resolve.KotlinCacheServiceImpl"/>
<projectService serviceImplementation="org.jetbrains.kotlin.idea.caches.project.LibraryModificationTracker"/>
<projectService serviceImplementation="org.jetbrains.kotlin.idea.caches.PerModulePackageCacheService"/>
@@ -290,6 +290,9 @@
<projectService serviceInterface="org.jetbrains.kotlin.idea.util.FirPluginOracleService"
serviceImplementation="org.jetbrains.kotlin.idea.util.FirPluginOracleServiceFE10Impl"/>
<projectService serviceInterface="org.jetbrains.kotlin.caches.resolve.KotlinCacheService"
serviceImplementation="org.jetbrains.kotlin.idea.caches.resolve.KotlinCacheServiceImpl"/>
<errorHandler implementation="org.jetbrains.kotlin.idea.reporter.KotlinReportSubmitter"/>