yeah, i am less worried about the question of havi...
# coroutines
b
yeah, i am less worried about the question of having to update code, and more about the realities of coroutines in long running services; I have no idea how much they’re being used in prod, and in particular, how much in services, as opposed to android (or what the differing qualities would be there).
d
As long as you don't update the libraries, you will be fine.
You don't have
kotlinx-coroutines-core:+
in your dependencies, do you?