napperley
06/13/2021, 10:01 PMAlexey Belkov [JB]
06/17/2021, 10:08 AMkotlin.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-12223napperley
06/17/2021, 11:25 PM