Heads up, I think you'll want to revert 26fe350c5f...
# kotest-contributors
a
Heads up, I think you'll want to revert 26fe350c5f3 and a4caba1c6c5. The former breaks snapshots, since each action has a different number, builds on different platforms will publish their parts of the snapshot to a different version number. The latter breaks native targets. Each MPP target needs to have its own publication. Previously we published
kotest-assertions-mingwx64
,
kotest-assertions-maxosx64
, and
kotest-assertions-linuxx64
. Now they all overwrite each other's artifacts in
kotest-assertions-native
.