is it time to deprecate `CallK` from the retrofit ...
# arrow-contributors
s
is it time to deprecate
CallK
from the retrofit integrations? With Retrofit's native
suspend
support it's not needed anymore. Creates a bit of confusion: https://github.com/LordRaydenMK/Android-Fx-Examples/issues/8
s
Yes, agreed. We should deprecate it in favor of using
Either
or similar.
👍 2