This message was deleted.
# android
s
This message was deleted.
s
Can you post a code snippet of what you are trying to do?
v
Doing something like this should work
Copy code
fun doSomething() {
        viewModelScope.launch {
            val response = retrofitService.makeCall()
        }
    }
r
viewmodelScope has nothing to do with retrofit. It would be better if you would be able to post a code snippet :)