When I upgraded my codebase to M7, I'm now getting the following error when launching the app:
java.lang.VerifyError: Instruction type does not match stack map
Exception Details:
Location:
com/steamstreet/unstoppable/admin/AdminPackage$initRoutes$4.invoke(Lcom/steamstreet/unstoppable/api/RouteHandler;)V @694: aload
Reason:
Current frame's stack size doesn't match stackmap.
Current Frame:
bci: @694
flags: { }
locals: { 'com/steamstreet/unstoppable/admin/AdminPackage$initRoutes$4', 'com/steamstreet/unstoppable/api/RouteHandler', 'com/steamstreet/logging/LoggingClient', 'com/steamstreet/unstoppable/economy/EconomyManager', 'kotlin/jvm/internal/Ref$ObjectRef', 'java/lang/String', 'com/steamstreet/logging/LoggingQuery', 'java/util/List', top, 'java/lang/Iterable', 'java/lang/Iterable', 'java/util/Collection', 'java/util/Iterator', 'java/lang/Object', 'java/util/Map', 'java/util/HashMap', 'java/lang/Exception' }
stack: { }
Stackmap Frame:
bci: @694
flags: { }
locals: { 'com/steamstreet/unstoppable/admin/AdminPackage$initRoutes$4', 'com/steamstreet/unstoppable/api/RouteHandler', 'com/steamstreet/logging/LoggingClient', 'com/steamstreet/unstoppable/economy/EconomyManager', 'kotlin/jvm/internal/Ref$ObjectRef', 'java/lang/String', 'com/steamstreet/logging/LoggingQuery', 'java/util/List', top, 'java/lang/Iterable', 'java/lang/Iterable', 'java/util/Collection', 'java/util/Iterator', 'java/lang/Object', 'java/util/Map', 'java/util/HashMap', 'java/lang/Object' }
stack: { 'java/util/Collection' }