Using the new mpp plugin, if I have an expected de...
# multiplatform
s
Using the new mpp plugin, if I have an expected declaration in the commonMain module, and have an ios and iosSim target, no matter what I try, the IDE tells me I have to have actual declarations in both source sets. Even if I do something like:
Copy code
configure(targets.iosSim) {
            compilations.main.source(sourceSets.iosMain)
        }
Is there any way around this?
s
That will work for now. Should I file this as a bug?
o
No, thanks, we know it…
🙂 1