How can I make multiple network requests with Retr...
# android
n
How can I make multiple network requests with Retrofit, and wait for all of them to complete before doing something else? Either with async retrofit calls, or using kotlin coroutines and synchronous retrofit calls