Michael Paus
07/21/2023, 10:32 AMException in thread "main" java.lang.VerifyError: Instruction type does not match stack map
Exception Details:
Location:
androidx/compose/animation/core/AnimationSpecKt.estimateAnimationDurationMillis(FFFFF)J @604: dstore
Reason:
Type top (current frame, locals[68]) is not assignable to double (stack map, locals[68])
Has anybody else observed a similar behaviour?
Issue: https://github.com/JetBrains/compose-multiplatform/issues/3387Nikita Lipsky
07/21/2023, 12:53 PMMichael Paus
07/21/2023, 2:26 PM