Files
kotlin-fork/idea
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
..
2020-11-11 14:28:54 +03:00
2020-11-11 14:28:54 +03:00
2020-11-11 14:28:53 +03:00
2021-01-28 18:01:21 +01:00