MPP: Use new MPP model to find modules for 'expect'/'actual'

#KT-25955 Fixed

Original commit: 49b5695664
This commit is contained in:
Alexey Sedunov
2018-08-07 20:29:59 +03:00
committed by Mikhail Glukhikh
parent c475e35489
commit 135fcbcb58
@@ -115,7 +115,10 @@ var CommonCompilerArguments.apiVersionView: VersionView
enum class KotlinModuleKind {
DEFAULT,
SOURCE_SET_HOLDER,
COMPILATION_AND_SOURCE_SET_HOLDER
COMPILATION_AND_SOURCE_SET_HOLDER;
val isNewMPP: Boolean
get() = this != DEFAULT
}
class KotlinFacetSettings {