Keep on getting the same issues revolving around i...
# intellij
n
Keep on getting the same issues revolving around invalid Kotlin Multiplatform errors appearing, and the common module still isn't being recognised. Updating from Kotlin 1.4.31 to 1.5.10 doesn't resolve the issues. Here is a link to the project: https://gitlab.com/gui-vista/samples/kpad
a
I see that you have
kotlin.import.noCommonSourceSets=true
in
gradle.properties
. If you remove it, the common source set should be properly imported into IDEA and expect/actual matching starts to work. Looks like this property is obsolete and will be dropped: https://youtrack.jetbrains.com/issue/KTIJ-12223
👍 1
n
Removing the property has resolved some major issues, however one issue still persists. When the same Kotlin source file is opened from multiple Kotlin modules the IDE may not properly display the file path in the editor tabs.