What’s the best practice on using `@UseExperimenta...
# coroutines
b
What’s the best practice on using
@UseExperimental(ExperimentalCoroutinesApi::class)
vs
@ExperimentalCoroutinesApi
? I have been using
@UseExperimental
and defined my own experimental annotation