with Arrow 2.x not being binary compatible with Ar...
# arrow-contributors
p
with Arrow 2.x not being binary compatible with Arrow 1.x (specifically with the move of
ResourceScope
from
arrow.fx.coroutines.continuations
to
arrow.fx.coroutines
), SuspendApp-Ktor will need a release against 2.x. Is it even worthwhile to consider maintaining releases for both arrow1.x and 2.x simultaneously - especially given the potential option of maintaining both ktor2 and ktor3 variants.
a
in principle SuspendApp will be released with a new version supporting Arrow 2 and Ktor 3 only, unless there's some specific need otherwise
👍 1
p
is it worth me updating the ktor3 branch targetting arrow2 beta3 for now (with the idea being to switch to the released version before merging and releasing)?
a
that sounds quite useful, thanks 🙂
p
https://github.com/arrow-kt/suspendapp/pull/135 updated - I've also tidied the gradle slightly to remove some warnings but happy to revert those changes