zak.taccardi
02/15/2019, 10:14 PM1.1.1
) include a library that uses experimental coroutines (0.30.2
)?bdawg.io
02/15/2019, 10:29 PM1.1.1
APIs should work with 0.30.2
if there’s still binary compatibility (the method wasn’t removed or changed in a backwards-incompatible way)zak.taccardi
02/15/2019, 10:37 PMFailed resolution
of a kotlinx.coroutines.experimental.CompletableDeferredKt
from the 3rd party library that internally uses 0.30.2
coroutinesbdawg.io
02/15/2019, 11:16 PMkotlinx.coroutines.experimental.*
was moved to just kotlinx.coroutines.*
which is not binary-compatiblelouiscad
02/16/2019, 12:42 AMzak.taccardi
02/16/2019, 12:42 AM2.3.1
, which depends on pre-stable coroutines2.6.1
brings along Kotlin 1.3
and stable coroutines, but also AndroidX which we're not ready to bring in yetlouiscad
02/16/2019, 12:48 AMzak.taccardi
02/16/2019, 12:52 AMlouiscad
02/16/2019, 12:56 AMelizarov
02/16/2019, 12:52 PM