When I upgraded my project compose-multiplatform t...
# compose-desktop
l
When I upgraded my project compose-multiplatform to 1.8.0-beta01, I ran
runReleaseDistributable
and an error occurred
Copy code
Exception in thread "main" java.lang.VerifyError: Inconsistent stackmap frames at branch target 938
Exception Details:
  Location:
    b/c/a/d.a(FFFFF)J @938: iconst_0
  Reason:
    Type top (current frame, locals[66]) is not assignable to double (stack map, locals[66])
When I changed back to version 1.7.3, everything worked fine. Does anyone know how to solve this problem?
a
@Pavel Shishkin any idea?