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
Youssef Shoaib [MOD]
02/23/2025, 1:34 AM
Most of Arrow's 2.x APIs were backported into 1.2.x anyways, so you'll be fine.
🙏 1
p
Pablichjenkov
02/23/2025, 1:40 AM
Great 😃
BTW I just tried 1.2.4 and everything is good.