I find that DelicateCoroutinesApi opt in a little useless.
I am purposely using a GlobalScope in one place and what I want to do here is to add a suppress at the place where it's used with a comment.
But with the opt in system I need to enable it for the whole module which makes the warning in other places go a away 😕