https://kotlinlang.org logo
#arrow-contributors
Title
# arrow-contributors
s

stojan

06/22/2020, 7:30 PM
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

simon.vergauwen

06/22/2020, 7:42 PM
Yes, agreed. We should deprecate it in favor of using
Either
or similar.
👍 2