Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Releases: kotest/kotest-extensions-koin

v1.0.0

22 Apr 23:09
de4c2a6
Compare
Choose a tag to compare
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.