[FIR] Report UNSUPPORTED_FEATURE for expect/actual members if MPP is disabled

Always enable MultiPlatformProjects for K2MetadataCompilerArguments

 ^KT-57243 Fixed
This commit is contained in:
Ivan Kochurkin
2023-05-24 22:15:41 +02:00
committed by Space Team
parent 16ed06d4e9
commit 994c2229df
12 changed files with 44 additions and 22 deletions
@@ -1,3 +1,5 @@
// LANGUAGE: +MultiPlatformProjects
object O {
fun foo() {}
}