kotest / kotest-extensions-arrow

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

linking Error on native platforms #140

Closed i-walker closed 2 years ago

i-walker commented 2 years ago

This was raised in a slack thread here

reproduced here by running gradle iosX64Test or any native build as the logs here show: https://github.com/arrow-kt/Arrow-MPP-Template/runs/5123933793?check_suite_focus=true

reproduced by adding to build.gradle.kts:

dependencies {
  implementation("io.kotest.extensions:kotest-assertions-arrow:1.2.2")
}
i-walker commented 2 years ago

fixed in c0c3afcd0234f87542c7625fc00d628f9bc3d6b4