I mean that this is the code I use with retrofit, ...
# ktor
c
I mean that this is the code I use with retrofit, I need to do the same thing with ktor. (I don't want to use the part of code from retrofit, I'd like to remove retrofit at all)
m
Just wonder. Why removing Retrofit?
c
because retrofit is not compliant with mpp, while ktor is. I have an android project that I'd like to expand with mpp and my only issue now is retrofit