multiple failures :sweat_smile:
# multiplatform
m
multiple failures 😅
r
Workaround is probably to define a bunch more
expect
declarations with no-op `actual`s on non-JVM platforms. Unfortunately you can't use
OptionalExpectation
in that case since it's annotation-only so you end up with a bunch of boilerplate you need to add.
m
yeah I guess so and will just avoid using my annotations in common until this has been improved 🙂