Has anyone else had issues updating their MPP proj...
# eap
a
Has anyone else had issues updating their MPP project to the 1.6.20-RC? I have a project with a
nativeMain
source set that's used by
linuxX64
etc. After updating, everything builds correctly and all tests pass on every platform, but the
compileNativeMainKotlinMetadata
fails due to unresolved references. It seems like a bug in the new commonizer, but maybe I'm doing something wrong?
p
Did you try with rc2?
a
Yes, rc2 has the same results
a
It may be https://youtrack.jetbrains.com/issue/KT-51686, that will be fixed in final 1.6.20, but maybe not. It would be great if you can report a bug and share a project to reproduce.
a
I think this issue is different from that one, so I reported this as https://youtrack.jetbrains.com/issue/KT-51763
🙏 1