Hi <@UHAJKUSTU> I see you merged kotlin 1.5.0 PR 4...
# reaktive
m
Hi @Arkadii Ivanov I see you merged kotlin 1.5.0 PR 4 days ago. Are there plans for releasing a new version soon?
a
Hi! You can use the current version with Kotlin 1.5 0. Why do you need the updated one?
m
Because I am facing an issue similar to this https://youtrack.jetbrains.com/issue/KT-46697 So I assumed any lib that I use should also be using the latest kotlin and coroutine version maybe it fixes the abi conflict issue I have
a
So the actual issue is because there are transitive dependencies on old
nativemt
coroutines version. Looks like the binary compatibility was broken in coroutines, but they say in the tickets that only internal API was affected, and Reaktive does not use any internal API. Anyway I will need to update coroutines version and release an update.
m
Thanks, no rush then if you think it is not because of reaktive. I am upgrading other libs that I use internally that uses older versions as well just to make sure everything is upgraded from my side
a
Please do let me know the results! Filed just in case: https://github.com/badoo/Reaktive/issues/613 Will be able to work on it this Friday.
m
Thanks 👍
Will do