Add LazyTopDownAnalyzer in LazyResolve container
This commit is contained in:
committed by
Simon Ogorodnik
parent
0ca59b3a40
commit
7e49005bab
@@ -172,6 +172,7 @@ fun createContainerForLazyResolve(
|
|||||||
targetEnvironment.configure(this)
|
targetEnvironment.configure(this)
|
||||||
|
|
||||||
useImpl<ResolveSession>()
|
useImpl<ResolveSession>()
|
||||||
|
useImpl<LazyTopDownAnalyzer>()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun createLazyResolveSession(moduleContext: ModuleContext, files: Collection<KtFile>): ResolveSession =
|
fun createLazyResolveSession(moduleContext: ModuleContext, files: Collection<KtFile>): ResolveSession =
|
||||||
|
|||||||
Reference in New Issue
Block a user