I recently tried to upgrade Arrow version to 1.1.4 and found out it is incompatible with my version of Kotlin, 1.6, despite the fact that README.md for 1.1.4 states otherwise.
Are binary compatibilities between versions of Arrow and Kotlin clearly documented somewhere?
s
simon.vergauwen
05/17/2023, 1:50 PM
Hey @Lucas Rango,
That’s quite strange 🤔 What are you running into exactly? Arrow 1.1.4 was build with Kotlin 1.7.22. 1.1.3 was build with 1.6.21
Any particular reason for sticking to Kotlin 1.6 and Arrow 1.1.4?
There is no official document around this because we’ve not used anything crazy or experimental from Kotlin Std inside of Arrow.