Tried to use arrow-core `2.0.1` in a project that ...
# arrow
p
Tried to use arrow-core
2.0.1
in a project that uses kotlin 1.8.22 and I got a compiler error complaining about arrow binary metadata 2.1.0 is not compatible with 1.8.0. What is the solution for this, at the moment I can't just upgrade kotlin, I am limited to other libraries. Should I use arrow 1.2.4, I am just using basic Either stuff so I guess arrorw 1.x API is compatible with 2.x in most of my use cases.
y
Most of Arrow's 2.x APIs were backported into 1.2.x anyways, so you'll be fine.
🙏 1
p
Great 😃 BTW I just tried 1.2.4 and everything is good.