When upgrading to kotlin 1.4 I get an `EXC_BAD_ACC...
# multiplatform
d
When upgrading to kotlin 1.4 I get an 
EXC_BAD_ACCESS
 exception in a 
swizzle
 method (not familiar with it, I’m an android dev 😛 ) and a stacktrace pointing to 
doubleCheckOriginalClass	Class	SharedCodeio.ktor.client.engine.ios.IosResponseReader0	0x00
 in
GULObjectSwizzler.m
. Any idea what this means and how to resolve? I use all the latest versions (kotlin 1.4.0, ktor 1.4.0, coroutines 1.3.9-native-mt)