Pablichjenkov
02/23/2025, 1:31 AM2.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.Youssef Shoaib [MOD]
02/23/2025, 1:34 AMPablichjenkov
02/23/2025, 1:40 AM