kotest / kotest-extensions-arrow

Kotest extensions for Arrow
Apache License 2.0
39 stars 13 forks source link

Publish to all targets #138

Closed i-walker closed 2 years ago

i-walker commented 2 years ago

Affected version: 1.2.1, 1.2.0

There are missing targets unpublished.

In an mpp project I've encountered:

:core:iosX64Test: Could not find io.kotest.extensions:kotest-assertions-arrow-iosx64:1.2.1.
Searched in the following locations:
  - https://repo.maven.apache.org/maven2/io/kotest/extensions/kotest-assertions-arrow-iosx64/1.2.1/kotest-assertions-arrow-iosx64-1.2.1.pom

Also updates kotlin to 1.6.10

kierans commented 2 years ago

Thanks @i-walker for this change. ❤️ I am trying to port a library to MPP and have just ported all my tests to use Kotest/Arrow and was surprised that I couldn't get the iosX64 dependencies.

@sksamuel, is it possible to get this merged/published as it would unblock my project. 🙏

sksamuel commented 2 years ago

The only delay is that I was surprised that we can build all targets on macos. Is there some documentation regarding this? I can merge it in and revert if it fails I suppose.