https://kotlinlang.org logo
#coroutines
Title
# coroutines
l

louiscad

08/29/2020, 5:43 PM
@pambrose You're getting kotlinx.coroutines 1.3.7, not 1.3.9
r

rkeazor

08/30/2020, 6:24 PM
I'm seeing the same issue. Is there a way to global exclude transitive kotlin dependencies from other libraries
l

louiscad

08/30/2020, 7:56 PM
You can force the version you want using
version { strictly ("…") }
3 Views