[FIR] Partial implementation of DEPRECATION(_ERROR) diagnostics
No support for inheritance deprecations and deprecations in qualifier's parts
This commit is contained in:
committed by
teamcityserver
parent
9fad55d551
commit
de3f31cf78
@@ -97,7 +97,8 @@ object FirSessionFactory {
|
||||
dependencyList.moduleDataProvider,
|
||||
librariesScope,
|
||||
project,
|
||||
getPackagePartProvider(librariesScope)
|
||||
getPackagePartProvider(librariesScope),
|
||||
languageVersionSettings
|
||||
)
|
||||
|
||||
val mainModuleData = FirModuleDataImpl(
|
||||
|
||||
Reference in New Issue
Block a user