Files
openide/platform/util/multiplatform
Max Medvedev d1bcd040d3 Add .pseudoCommonKotlinSourceSet to all common multiplatform source roots
This file lets Kotlin IJ plugin know that the current source set is "common"
and prevents it from removing certain imports that are not necessary in JVM source roots,
but are obligatory in common source roots.
An example is "import kotlin.jvm.JVMName"

GitOrigin-RevId: b06bfdce5377472e22592f6fb2d0c5a4e78e30d1
2025-06-10 15:21:00 +00:00
..