<@U8UTF1L92> You're getting kotlinx.coroutines 1.3...
# coroutines
l
@pambrose You're getting kotlinx.coroutines 1.3.7, not 1.3.9
r
I'm seeing the same issue. Is there a way to global exclude transitive kotlin dependencies from other libraries
l
You can force the version you want using
version { strictly ("…") }