MPP: Use new MPP model to find modules for 'expect'/'actual'
#KT-25955 Fixed
Original commit: 49b5695664
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c475e35489
commit
135fcbcb58
@@ -115,7 +115,10 @@ var CommonCompilerArguments.apiVersionView: VersionView
|
|||||||
enum class KotlinModuleKind {
|
enum class KotlinModuleKind {
|
||||||
DEFAULT,
|
DEFAULT,
|
||||||
SOURCE_SET_HOLDER,
|
SOURCE_SET_HOLDER,
|
||||||
COMPILATION_AND_SOURCE_SET_HOLDER
|
COMPILATION_AND_SOURCE_SET_HOLDER;
|
||||||
|
|
||||||
|
val isNewMPP: Boolean
|
||||||
|
get() = this != DEFAULT
|
||||||
}
|
}
|
||||||
|
|
||||||
class KotlinFacetSettings {
|
class KotlinFacetSettings {
|
||||||
|
|||||||
Reference in New Issue
Block a user