:mega: `kotlinx.coroutines` version `0.23.2` fixes...
# coroutines
c
📣
kotlinx.coroutines
version
0.23.2
fixes bug in
kotlinx-coroutines-io
that causes content damage
🤔 2
t
Is
java.lang.NoSuchMethodError: kotlinx.coroutines.experimental.CancellableContinuation.invokeOnCompletion(Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/experimental/DisposableHandle;
that issue or another?
0.22.5
works ok,
0.23.0-1-2
is broken. I'm using http_client_version=0.1.5
e
http-client-common
depends on old version of coroutines and there are some breaking changes between
0.22.5
and
0.23.0-1-2
b
Keep in mind that a public API is not published until it hits
1.0.0
until then
0.1
and
0.2
should be considered for potential breaking changes 🙂