Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@LeoColman LeoColman released this 22 Apr 23:09
· 74 commits to master since this release
de4c2a6
Fix build (#1)

Currently, due to some issues such as
https://youtrack.jetbrains.com/issue/KT-46153,

It's only possible to publish artifacts for other platforms (such as
Desktop or IOS) if all the dependencies have the specific target as well

Currently, Kotest doesn't support IOS (it's a work in progress), and
thus this extension can't support it either.

This commit removes these targets until we're ready to support them. The
only targets left are JVM and JS.