Hi, it seems Coproduct is missing from current 0.1...
# arrow
t
Hi, it seems Coproduct is missing from current 0.10.0-SNAPSHOT. Is that a mistake or was it deprecated? Or it might be error on my part 🙂
p
There were 2 coproducts, one of them got nuked. I'm on the phone so could you please do a filename search on the repo
It may have moved from core to meta or the other way around
t
File search in repo indeed finds Coproduct https://github.com/arrow-kt/arrow/blob/ce539f2c807683eb937190dfcdb76ddd2db75cad/modules/core/arrow-generic/src/main/kotlin/arrow/generic/Coproduct.kt but it doesn't seem to be present in any JARs (my arrow dependencies are below).
p
implementation("io.arrow-ktarrow generic$arrowVersion")
hmmmm
but that's not what you want
@raulraja do you remember what we did here?
t
thanks, the missing import did the trick 🙂
👍🏼 2