```debugImplementation "com.squareup.leakcanary:le...
# chucker
g
Copy code
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakcanaryVersion"
This is pulling in OkIO
2.2.2
but only when running the Sample App in Debug mode. So in that scenario, the
.clone()
on buffer works differently (and actually copies over the body), that's the reason why the Sample app works properly with
3.1.0
😕 1