It appears that AtomicFu's bytecode transformer deserializes and re-serializes @kotlin.Metadata for all classes, even those with no atomicfu references. This exacerbates issues like #578, which will now happen regardless even if the class being processed has nothing to do with AtomicFu.
It appears that AtomicFu's bytecode transformer deserializes and re-serializes
@kotlin.Metadatafor all classes, even those with no atomicfu references. This exacerbates issues like #578, which will now happen regardless even if the class being processed has nothing to do with AtomicFu.