Files
kotlin-fork/compiler
Alexander Udalov 2e2caae05c Extract control flow analysis to separate module
Extract a service interface out of ControlFlowInformationProviderImpl
and register its implementation in two "leaf" modules: 'cli',
'idea-core'.

This improves parallel build, since a lot of modules depend on
'frontend' but only these two modules reference the implementation and
thus depend on the full CFA implementation now.
2021-02-24 17:17:04 +01:00
..
2021-02-15 11:24:10 +01:00
2021-01-03 14:53:41 +01:00
2021-02-17 11:05:20 +03:00