[FIR] Split KotlinDeserializedJvmSymbolsProvider to common and JVM specific parts

This commit is contained in:
Dmitriy Novozhilov
2021-04-28 11:46:46 +03:00
committed by TeamCityServer
parent e5b7cf23d6
commit 4ad7a4a2d1
4 changed files with 261 additions and 192 deletions
@@ -171,7 +171,7 @@ object FirSessionFactory {
}
return KotlinDeserializedJvmSymbolsProvider(
this, project, packagePartProvider, javaSymbolProvider, kotlinClassFinder, javaClassFinder, kotlinScopeProvider
this, packagePartProvider, kotlinClassFinder, kotlinScopeProvider, javaSymbolProvider, javaClassFinder
)
}